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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閧雅昏 | 111010001000001010001001111010111000110110101000 | e88289eb8da8 |
EUC-JP | 閧雅昏 | 111011111110001010110010111011011011101010101010 | efe2b2edbaaa |
UTF-8 | 閧雅昏 | 111010011001011010100111111010011001101110000101111001101001100010001111 | e996a7e99b85e6988f |
UHC | ?雅昏 | 0011111111100100101110101111101111100111 | 3fe4bafbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)