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 | 移?旭?弔 | 1000100011011010001111111000100010101110001111111001001010100010 | 88da3f88ae3f92a2 |
EUC-JP | 移?旭?弔 | 1011000011011100001111111011000010110000001111111100010010100100 | b0dc3fb0b03fc4a4 |
UTF-8 | 移렊旭렔弔 | 111001111010011110111011111010111010000010001010111001101001011110101101111010111010000010010100111001011011110010010100 | e7a7bbeba08ae697adeba094e5bc94 |
UHC | 移렊旭렔弔 | 11101100101110011000111010100001111010011110111110001110101010011111000011000000 | ecb98ea1e9ef8ea9f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)