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 | 禎私?遵?汁 | 10010010111101011000111010000100001111111000111110000101001111111000111101100000 | 92f58e843f8f853f8f60 |
EUC-JP | 禎私?遵?汁 | 11000100111101111011101111100100001111111011110111100101001111111011110111000001 | c4f7bbe43fbde53fbdc1 |
UTF-8 | 禎私깃遵렗汁 | 111001111010011010001110111001111010011110000001111010101011100110000011111010011000000110110101111010111010000010010111111001101011000110000001 | e7a68ee7a781eab983e981b5eba097e6b181 |
UHC | 禎私깃遵렗汁 | 111011111110111011011110111001111011000111101010111100011110010110001110101011001111000111110000 | efeedee7b1eaf1e58eacf1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)