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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隰セ霓溪恰 | 111010001010110010111110111010001011110110011111111000101000101010000110 | e8acbee8bd9fe28a86 |
EUC-JP | 隰セ霓溪恰 | 11110000101011101000111010111110111100001011111111011110111001001011001111100110 | f0ae8ebef0bfdee4b3e6 |
UTF-8 | 隰セ霓溪恰 | 111010011001101010110000111011111011110110111110111010011001110010010011111001101011101010101010111001101000000110110000 | e99ab0efbdbee99c93e6baaae681b0 |
UHC | ??霓溪恰 | 0011111100111111111001111110011111001101101000101111110111100110 | 3f3fe7e7cda2fde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)