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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 뭋뫇뭀묹뭀묳E | 11101011101011011000101111101011101010111000011111101011101011011000000011101011101011001011100111101011101011011000000011101011101011001011001101000101 | ebad8bebab87ebad80ebacb9ebad80ebacb345 |
UHC | 뭋뫇뭀묹뭀묳E | 10010010010101101001000110101010100100100100111110010010010011001001001001001111100100100100101001000101 | 925691aa924f924c924f924a45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)