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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?鶩塞鶩 | 00111111111010100100111010001101110001111110101001001110 | 3fea4e8dc7ea4e |
EUC-JP | ?鶩塞鶩 | 00111111111100111010111110111010110010011111001110101111 | 3ff3afbac9f3af |
UTF-8 | 틸鶩塞鶩 | 111011011000101110111000111010011011011010101001111001011010000110011110111010011011011010101001 | ed8bb8e9b6a9e5a19ee9b6a9 |
UHC | 틸鶩塞鶩 | 1100011010111111110110011101000011011111110111011101100111010000 | c6bfd9d0dfddd9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)