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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 珥豆?猥?弔 | 11100000111000001001001110100100001111111110000011001110001111111001001010100010 | e0e093a43fe0ce3f92a2 |
EUC-JP | 珥豆?猥?弔 | 11100000111000101100011010100110001111111110000011010000001111111100010010100100 | e0e2c6a63fe0d03fc4a4 |
UTF-8 | 珥豆車猥렦弔 | 111001111000111110100101111010001011000110000110111011111010010010000010111001111000110010100101111010111010000010100110111001011011110010010100 | e78fa5e8b186efa482e78ca5eba0a6e5bc94 |
UHC | 珥豆車猥렦弔 | 111011001011010011010100111001111100101111100111111010001110010110001110101101011111000011000000 | ecb4d4e7cbe7e8e58eb5f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)