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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺??驛? | 11111011110001000011111100111111111010011000001100111111 | fbc43f3fe9833f |
EUC-JP | 鈺??驛? | 1000111111100011110101010011111100111111111100011110001100111111 | 8fe3d53f3ff1e33f |
UTF-8 | 鈺삣ㅁ驛듕 | 111010011000100010111010111011001000001010100011111000111000010110000001111010011010100110011011111010111001001110010101 | e988baec82a3e38581e9a99beb9395 |
UHC | 鈺삣ㅁ驛듕 | 11101000101011011011101111100101101001001011000111100110101111101011010111100100 | e8adbbe5a4b1e6beb5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)