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 | 邯帶ョ願尸 | 111001111011011010011011111001101010111010001010111010001001101110011001 | e7b69be6ae8ae89b99 |
EUC-JP | 邯帶ョ願尸 | 11101110101110001101011011101000100011101010111010110100111010101101010111111001 | eeb8d6e88eaeb4ead5f9 |
UTF-8 | 邯帶ョ願尸 | 111010011000001010101111111001011011100010110110111011111011110110101110111010011010000110011000111001011011000010111000 | e982afe5b8b6efbdaee9a198e5b0b8 |
UHC | 邯帶?願尸 | 110010101111101111010011111000010011111111101010110000111110001110111001 | cafbd3e13feac3e3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)