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 | 讓ス遏ュ蓍 | 1110011010101000101111011110011110011111101011011110010011100111 | e6a8bde79fade4e7 |
EUC-JP | 讓ス遏ュ蓍 | 11101100101010101000111010111101111011101010000110001110101011011110100011101001 | ecaa8ebdeea18eade8e9 |
UTF-8 | 讓ス遏ュ蓍 | 111010001010111010010011111011111011110110111101111010011000000110001111111011111011110110101101111010001001001110001101 | e8ae93efbdbde9818fefbdade8938d |
UHC | 讓???蓍 | 11100101110100110011111100111111001111111110001111001001 | e5d33f3f3fe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)