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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 虍廩虍廩B | 111001010110011110011100010010001110010101100111100111000100100001000010 | e5679c48e5679c4842 |
EUC-JP | 虍廩虍廩B | 111010011100100011010111101010011110100111001000110101111010100101000010 | e9c8d7a9e9c8d7a942 |
UTF-8 | 虍廩虍廩B | 11101000100110011000110111100101101110111010100111101000100110011000110111100101101110111010100101000010 | e8998de5bba9e8998de5bba942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)