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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 롕뤓죴팼뤓죴긔 | 111010111010000110010101111010111010010010010011111011001010001110110100111011011000110010111100111010111010010010010011111011001010001110110100111010101011100010010100 | eba195eba493eca3b4ed8cbceba493eca3b4eab894 |
UHC | 롕뤓죴팼뤓죴긔 | 1000111011011001100011111100001110100001100011111100011011010111100011111100001110100001100011111011000111100001 | 8ed98fc3a18fc6d78fc3a18fb1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)