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 | 潟?軫??? | 1000101010000011001111111110011101100110001111110011111100111111 | 8a833fe7663f3f3f |
EUC-JP | 潟?軫??澍 | 10110011111000110011111111101101110001110011111100111111100011111100100011101000 | b3e33fedc73f3f8fc8e8 |
UTF-8 | 潟롚軫렠롚澍 | 111001101011110110011111111010111010000110011010111010001011101110101011111010111010000010100000111010111010000110011010111001101011111010001101 | e6bd9feba19ae8bbabeba0a0eba19ae6be8d |
UHC | 潟롚軫렠롚澍 | 111000001011001110001110110111101111001011100010100011101011000110001110110111101111000110111111 | e0b38edef2e28eb18edef1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)