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 | 迚エ迴手損 | 111001111000100110110100111001111000111110001110111010001001000110111001 | e789b4e78f8ee891b9 |
EUC-JP | 迚エ迴手損 | 11101101111010011000111010110100111011011110111110111100111010101100001010111011 | ede98eb4edefbceac2bb |
UTF-8 | 迚エ迴手損 | 111010001011111110011010111011111011110110110100111010001011111110110100111001101000100110001011111001101001000010001101 | e8bf9aefbdb4e8bfb4e6898be6908d |
UHC | ???手損 | 00111111001111110011111111100010101000101110000111011111 | 3f3f3fe2a2e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)