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 | 咫???膺 | 10011010010000000011111100111111001111111110010001011110 | 9a403f3f3fe45e |
EUC-JP | 咫???膺 | 11010011101000010011111100111111001111111110011110111111 | d3a13f3f3fe7bf |
UTF-8 | 咫띈렏렋膺 | 111001011001001010101011111010111001110110001000111010111010000010001111111010111010000010001011111010001000011010111010 | e592abeb9d88eba08feba08be886ba |
UHC | 咫띈렏렋膺 | 11110010101000011011011011101000100011101010010110001110101000101110101111101100 | f2a1b6e88ea58ea2ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)