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 | 涌唸眄鱆齏 | 10010111010011111001101001011000111000011011111011101001111000011110100011101011 | 974f9a58e1bee9e1e8eb |
EUC-JP | 涌唸眄鱆齏 | 11001101101100001101001110111001111000101100000011110010111000111111000011101101 | cdb0d3b9e2c0f2e3f0ed |
UTF-8 | 涌唸眄鱆齏 | 111001101011011010001100111001011001010010111000111001111001110010000100111010011011000110000110111010011011110110001111 | e6b68ce594b8e79c84e9b186e9bd8f |
UHC | 涌?眄?? | 11101001101111110011111111011000111110000011111100111111 | e9bf3fd8f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)