To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | PB©» | 1001001001010000100100100100001010010001101010011001000110111011 | 9250924291a991bb |
SJIS-WIN | ?P?B???? | 0011111101010000001111110100001000111111001111110011111100111111 | 3f503f423f3f3f3f |
EUC-JP | ?P?B?©?? | 00111111010100000011111101000010001111111000111110100010111011010011111100111111 | 3f503f423f8fa2ed3f3f |
UTF-8 | PB©» | 1100001010010010010100001100001010010010010000101100001010010001110000101010100111000010100100011100001010111011 | c29250c29242c291c2a9c291c2bb |
UHC | ?P?B???? | 0011111101010000001111110100001000111111001111110011111100111111 | 3f503f423f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)