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 | 陂ろ摧寘頑 | 11101000100110001000001011101011100111011001010011111010101010011000101011100110 | e89882eb9d94faa98ae6 |
EUC-JP | 陂ろ摧寘頑 | 1110111111111000101001001110110111011001111101001000111110111010111000011011010011101000 | eff8a4edd9f48fbae1b4e8 |
UTF-8 | 陂ろ摧寘頑 | 111010011001100110000010111000111000001010001101111001101001000110100111111001011010111110011000111010011010000010010001 | e99982e3828de691a7e5af98e9a091 |
UHC | 陂ろ??頑 | 1111100110101110101010101110110100111111001111111110100011010111 | f9aeaaed3f3fe8d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)