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 | ????I? | 001111110011111100111111001111110100100100111111 | 3f3f3f3f493f |
SJIS-WIN | ???拔I班 | 0011111100111111001111111001110101010101010010011001010011000111 | 3f3f3f9d554994c7 |
EUC-JP | ???拔I班 | 0011111100111111001111111101100110110110010010011100100011001001 | 3f3f3fd9b649c8c9 |
UTF-8 | 롙롘뤾拔I班 | 11101011101000011001100111101011101000011001100011101011101001001011111011100110100010111001010001001001111001111000111110101101 | eba199eba198eba4bee68b9449e78fad |
UHC | 롙롘뤾拔I班 | 1000111011011101100011101101110010001111111010101101101011111011010010011101101011101100 | 8edd8edc8feadafb49daec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)