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 | 渼嫉澈雫 | 1111101101001001100011101011100111111011010010111000111010110100 | fb498eb9fb4b8eb4 |
EUC-JP | 渼嫉澈雫 | 10001111110001111111000010111100101110111000111111001000111001011011110010110110 | 8fc7f0bcbb8fc8e5bcb6 |
UTF-8 | 渼嫉澈雫 | 111001101011100010111100111001011010101110001001111001101011111010001000111010011001101110101011 | e6b8bce5ab89e6be88e99bab |
UHC | 渼嫉澈? | 11011010101101001111001011101100111101001100110100111111 | dab4f2ecf4cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)