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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予??壹?? | 1001011101011100001111110011111110011010111000110011111100111111 | 975c3f3f9ae33f3f |
EUC-JP | 予??壹?? | 1100110110111101001111110011111111010100111001010011111100111111 | cdbd3f3fd4e53f3f |
UTF-8 | 予롡벃壹듣짅 | 111001001011101010001000111010111010000110100001111010111011001010000011111001011010001110111001111010111001001110100011111011001010011110000101 | e4ba88eba1a1ebb283e5a3b9eb93a3eca785 |
UHC | 予롡벃壹듣짅 | 111001011111100010001110111000101001001110101001111011001110110010110101111010001010001110010100 | e5f88ee293a9ececb5e8a394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)