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 | 涌喟唸陽鱆 | 10010111010011111001101001011111100110100101100010010111011110101110100111100001 | 974f9a5f9a58977ae9e1 |
EUC-JP | 涌喟唸陽鱆 | 11001101101100001101001111000000110100111011100111001101110110111111001011100011 | cdb0d3c0d3b9cddbf2e3 |
UTF-8 | 涌喟唸陽鱆 | 111001101011011010001100111001011001011010011111111001011001010010111000111010011001100110111101111010011011000110000110 | e6b68ce5969fe594b8e999bde9b186 |
UHC | 涌??陽? | 11101001101111110011111100111111111001011101010100111111 | e9bf3f3fe5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)