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 | 咫???? | 100110100100000000111111001111110011111100111111 | 9a403f3f3f3f |
EUC-JP | 咫???? | 110100111010000100111111001111110011111100111111 | d3a13f3f3f3f |
UTF-8 | 咫띳렱ㅻ렟 | 111001011001001010101011111010111001110110110011111010111010000010110001111000111000010110111011111010111010000010011111 | e592abeb9db3eba0b1e385bbeba09f |
UHC | 咫띳렱ㅻ렟 | 11110010101000011011011011110001100011101011111010100100111010111000111010110000 | f2a1b6f18ebea4eb8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)