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 | 移?蹄?彫 | 1000100011011010001111111001001011111011001111111001001010100100 | 88da3f92fb3f92a4 |
EUC-JP | 移?蹄?彫 | 1011000011011100001111111100010011111101001111111100010010100110 | b0dc3fc4fd3fc4a6 |
UTF-8 | 移렧蹄렚彫 | 111001111010011110111011111010111010000010100111111010001011100110000100111010111010000010011010111001011011110110101011 | e7a7bbeba0a7e8b984eba09ae5bdab |
UHC | 移렧蹄렚彫 | 11101100101110011000111010110110111100001011010010001110101011011111000011000001 | ecb98eb6f0b48eadf0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)