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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?夭班? | 001111111001101011101110100101001100011100111111 | 3f9aee94c73f |
EUC-JP | ?夭班? | 001111111101010011110000110010001100100100111111 | 3fd4f0c8c93f |
UTF-8 | 뤚夭班쭮 | 111010111010010010011010111001011010010010101101111001111000111110101101111011001010110110101110 | eba49ae5a4ade78fadecadae |
UHC | 뤚夭班쭮 | 1000111111001001111010001110110011011010111011001010100001000010 | 8fc9e8ecdaeca842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)