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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 厓る?鼇 | 11111010100011011000001011101001001111111110101010000111 | fa8d82e93fea87 |
EUC-JP | 厓る?鼇 | 1000111110110100110001111010010011101011001111111111001111100111 | 8fb4c7a4eb3ff3e7 |
UTF-8 | 厓る젌鼇 | 111001011000111010010011111000111000001010001011111011001010000010001100111010011011110010000111 | e58e93e3828beca08ce9bc87 |
UHC | 厓る젌鼇 | 1110010011101101101010101110101110100000100011011110100010101000 | e4edaaeba08de8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)