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 | 瑰稠祚齋 | 1110000011110001111000100110011011100010010011101110001001010110 | e0f1e266e24ee256 |
EUC-JP | 瑰稠祚齋 | 1110000011110011111000111100011111100011101011111110001110110111 | e0f3e3c7e3afe3b7 |
UTF-8 | 瑰稠祚齋 | 111001111001000110110000111001111010100010100000111001111010010110011010111010011011110110001011 | e791b0e7a8a0e7a59ae9bd8b |
UHC | ?稠祚齋 | 00111111111100001101011011110000110101001110111010110001 | 3ff0d6f0d4eeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)