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 | ?班矯? | 001111111001010011000111100010111011100000111111 | 3f94c78bb83f |
EUC-JP | ?班矯? | 001111111100100011001001101101101011101000111111 | 3fc8c9b6ba3f |
UTF-8 | 뤾班矯쭮 | 111010111010010010111110111001111000111110101101111001111001111110101111111011001010110110101110 | eba4bee78fade79fafecadae |
UHC | 뤾班矯쭮 | 1000111111101010110110101110110011001110111011001010100001000010 | 8feadaecceeca842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)