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?? | 00111111001111110011111100111111010010010011111100111111 | 3f3f3f3f493f3f |
SJIS-WIN | ???拔I班莖 | 00111111001111110011111110011101010101010100100110010100110001111110010010110001 | 3f3f3f9d554994c7e4b1 |
EUC-JP | ???拔I班莖 | 00111111001111110011111111011001101101100100100111001000110010011110100010110011 | 3f3f3fd9b649c8c9e8b3 |
UTF-8 | 롙롘뤾拔I班莖 | 11101011101000011001100111101011101000011001100011101011101001001011111011100110100010111001010001001001111001111000111110101101111010001000111010010110 | eba199eba198eba4bee68b9449e78fade88e96 |
UHC | 롙롘뤾拔I班莖 | 10001110110111011000111011011100100011111110101011011010111110110100100111011010111011001100110011101100 | 8edd8edc8feadafb49daecccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)