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 | 뤙凉뭬퍗톻흰틢 | 111010111010010010011001111011111010010110111001111010111010110110101100111011011000110110010111111011011000011010111011111011011001110110110000111011011000101110100010 | eba499efa5b9ebadaced8d97ed86bbed9db0ed8ba2 |
UHC | 뤙凉뭬퍗톻흰틢 | 1000111111001000111001011011110010111001101111101011101110001110101101111000111011001000111100101011101010001110 | 8fc8e5bcb9bebb8eb78ec8f2ba8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)