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 | 癲??宥?? | 1110000110011111001111110011111110010111010001110011111100111111 | e19f3f3f97473f3f |
EUC-JP | 癲??宥?? | 1110001010100001001111110011111111001101101010000011111100111111 | e2a13f3fcda83f3f |
UTF-8 | 癲띕냴宥얗펶 | 111001111001100110110010111010111001110110010101111010111000001110110100111001011010111010100101111011001001011010010111111011011000111010110110 | e799b2eb9d95eb83b4e5aea5ec9697ed8eb6 |
UHC | 癲띕냴宥얗펶 | 111011111010011010110110111010111000011010000100111010101110100110111110111010011011110010000111 | efa6b6eb8684eae9bee9bc87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)