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 | 禎私?遵?? | 100100101111010110001110100001000011111110001111100001010011111100111111 | 92f58e843f8f853f3f |
EUC-JP | 禎私?遵?? | 110001001111011110111011111001000011111110111101111001010011111100111111 | c4f7bbe43fbde53f3f |
UTF-8 | 禎私깃遵띔륏 | 111001111010011010001110111001111010011110000001111010101011100110000011111010011000000110110101111010111001110110010100111010111010010110001111 | e7a68ee7a781eab983e981b5eb9d94eba58f |
UHC | 禎私깃遵띔륏 | 111011111110111011011110111001111011000111101010111100011110010110110110111010101011011111110111 | efeedee7b1eaf1e5b6eab7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)