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 | 一???逸 | 10001000111010100011111100111111001111111000100011101101 | 88ea3f3f3f88ed |
EUC-JP | 一???逸 | 10110000111011000011111100111111001111111011000011101111 | b0ec3f3f3fb0ef |
UTF-8 | 一띕렗렮逸 | 111001001011100010000000111010111001110110010101111010111010000010010111111010111010000010101110111010011000000010111000 | e4b880eb9d95eba097eba0aee980b8 |
UHC | 一띕렗렮逸 | 11101100111010011011011011101011100011101010110010001110101110111110110011101111 | ece9b6eb8eac8ebbecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)