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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 葬?窪?莊?B | 10010001100100100011111110001100010001010011111111100100101101010011111101000010 | 91923f8c453fe4b53f42 |
EUC-JP | 葬?窪?莊?B | 11000001111100100011111110110111101001100011111111101000101101110011111101000010 | c1f23fb7a63fe8b73f42 |
UTF-8 | 葬렱窪렱莊렯B | 11101000100100011010110011101011101000001011000111100111101010101010101011101011101000001011000111101000100011101000101011101011101000001010111101000010 | e891aceba0b1e7aaaaeba0b1e88e8aeba0af42 |
UHC | 葬렱窪렱莊렯B | 11101101111101111000111010111110111010001100000110001110101111101110110111110110100011101011110001000010 | edf78ebee8c18ebeedf68ebc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)