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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蹄?艤??? | 1001001011111011001111111110010001111110001111110011111100111111 | 92fb3fe47e3f3f3f |
EUC-JP | 蹄?艤??? | 1100010011111101001111111110011111011111001111110011111100111111 | c4fd3fe7df3f3f3f |
UTF-8 | 蹄렊艤렜卽렦 | 111010001011100110000100111010111010000010001010111010001000100110100100111010111010000010011100111001011000110110111101111010111010000010100110 | e8b984eba08ae889a4eba09ce58dbdeba0a6 |
UHC | 蹄렊艤렜卽렦 | 111100001011010010001110101000011110101111111010100011101010111011110001111011011000111010110101 | f0b48ea1ebfa8eaef1ed8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)