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??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 酊?i酊?iB | 111001111100001000111111011010011110011111000010001111110110100101000010 | e7c23f69e7c23f6942 |
EUC-JP | 酊?i酊?iB | 111011101100010000111111011010011110111011000100001111110110100101000010 | eec43f69eec43f6942 |
UTF-8 | 酊텡i酊텡iB | 111010011000010110001010111011011000010110100001011010011110100110000101100010101110110110000101101000010110100101000010 | e9858aed85a169e9858aed85a16942 |
UHC | 酊텡i酊텡iB | 1110111111111000110001011101111001101001111011111111100011000101110111100110100101000010 | eff8c5de69eff8c5de6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)