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 | ?瓮擘? | 001111111110000101000100100111011010010000111111 | 3fe1449da43f |
EUC-JP | ?瓮擘? | 001111111110000110100101110110101010011000111111 | 3fe1a5daa63f |
UTF-8 | 뤵瓮擘뤵 | 111010111010010010110101111001111001001110101110111001101001001110011000111010111010010010110101 | eba4b5e793aee69398eba4b5 |
UHC | 뤵瓮擘뤵 | 1000111111100011111010001011011111011011111110111000111111100011 | 8fe3e8b7dbfb8fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)