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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?訥イ?? | 00111111111001100110001110000011010000110011111100111111 | 3fe66383433f3f |
EUC-JP | ?訥イ?? | 00111111111010111100010010100101101001000011111100111111 | 3febc4a5a43f3f |
UTF-8 | 룶訥イ룵句 | 111010111010001110110110111010001010100010100101111000111000001010100100111010111010001110110101111011111010010010000110 | eba3b6e8a8a5e382a4eba3b5efa486 |
UHC | 룶訥イ룵句 | 10001111101010111101001011101101101010111010010010001111101010101100111111111011 | 8fabd2edaba48faacffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)