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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???儡?^ | 00111111001111110011111110011001010100110011111101011110 | 3f3f3f99533f5e |
EUC-JP | ???儡?^ | 00111111001111110011111111010001101101000011111101011110 | 3f3f3fd1b43f5e |
UTF-8 | 롒뤇咽儡룝^ | 11101011101000011001001011101011101001001000011111101111101001101001111011100101100001001010000111101011101000111001110101011110 | eba192eba487efa69ee584a1eba39d5e |
UHC | 롒뤇咽儡룝^ | 1000111011010111100011111011011111100110111011001101011011101101101101111110010001011110 | 8ed78fb7e6ecd6edb7e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)