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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 罌??泣?B | 1110001110100000001111110011111110001011100000110011111101000010 | e3a03f3f8b833f42 |
EUC-JP | 罌??泣?B | 1110011010100010001111110011111110110101111000110011111101000010 | e6a23f3fb5e33f42 |
UTF-8 | 罌븐꼻泣쩯B | 11100111101111011000110011101011101110001001000011101010101111001011101111100110101100111010001111101100101010011010111101000010 | e7bd8cebb890eabcbbe6b3a3eca9af42 |
UHC | 罌븐꼻泣쩯B | 1110010110100010101110101110110010000100100100111110101111101000101001010110010101000010 | e5a2baec8493ebe8a56542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)