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 | 嗚??蘊 | 100110100110101000111111001111111110010101011101 | 9a6a3f3fe55d |
EUC-JP | 嗚??蘊 | 110100111100101100111111001111111110100110111110 | d3cb3f3fe9be |
UTF-8 | 嗚욕뫓蘊 | 111001011001011110011010111011001001101010010101111010111010101110010011111010001001100010001010 | e5979aec9a95ebab93e8988a |
UHC | 嗚욕뫓蘊 | 1110011111110000101111111110010110010001101101011110100010110011 | e7f0bfe591b5e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)