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 | ?臣??臣? | 0011111110010000011000100011111100111111100100000110001000111111 | 3f90623f3f90623f |
EUC-JP | ?臣??臣? | 0011111110111111110000110011111100111111101111111100001100111111 | 3fbfc33f3fbfc33f |
UTF-8 | 뤆臣뜸뤆臣뜸 | 111010111010010010000110111010001000011110100011111010111001110010111000111010111010010010000110111010001000011110100011111010111001110010111000 | eba486e887a3eb9cb8eba486e887a3eb9cb8 |
UHC | 뤆臣뜸뤆臣뜸 | 100011111011011011100011111011011011011011100100100011111011011011100011111011011011011011100100 | 8fb6e3edb6e48fb6e3edb6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)