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 | 咀??闇?? | 1001100111110000001111110011111110001000110001010011111100111111 | 99f03f3f88c53f3f |
EUC-JP | 咀琫?闇?? | 11010010111100101000111111001100101011110011111110110000110001110011111100111111 | d2f28fccaf3fb0c73f3f |
UTF-8 | 咀琫범闇펠듐 | 111001011001001010000000111001111001000010101011111010111011001010010100111010011001011110000111111011011000111010100000111010111001001110010000 | e59280e790abebb294e99787ed8ea0eb9390 |
UHC | 咀琫범闇펠듐 | 111011101011101011011100111011011011100111111100111001001110000111000110111001111011010111100011 | eebadcedb9fce4e1c6e7b5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)