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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴨??宥?? | 1000101010011011001111110011111110010111010001110011111100111111 | 8a9b3f3f97473f3f |
EUC-JP | 鴨??宥?? | 1011001111111011001111110011111111001101101010000011111100111111 | b3fb3f3fcda83f3f |
UTF-8 | 鴨뱀굹宥억쫪 | 111010011011010010101000111010111011000110000000111010101011010110111001111001011010111010100101111011001001011010110101111011001010101110101010 | e9b4a8ebb180eab5b9e5aea5ec96b5ecabaa |
UHC | 鴨뱀굹宥억쫪 | 111001001110010110111001111011001000001010011000111010101110100110111110111011111010011010000011 | e4e5b9ec8298eae9beefa683 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)