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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 筌??泣?@h | 111000101010001100111111001111111000101110000011001111110100000001101000 | e2a33f3f8b833f4068 |
EUC-JP | 筌??泣?@h | 111001001010010100111111001111111011010111100011001111110100000001101000 | e4a53f3fb5e33f4068 |
UTF-8 | 筌듬돉泣봫@h | 1110011110101101100011001110101110010011101011001110101110001111100010011110011010110011101000111110101110110100101010110100000001101000 | e7ad8ceb93aceb8f89e6b3a3ebb4ab4068 |
UHC | 筌듬돉泣봫@h | 111011111010011110110101111010111000100110011001111010111110100010010100011011010100000001101000 | efa7b5eb8999ebe8946d4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)