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 | 瓮??如?? | 1110000101000100001111110011111110010100010000000011111100111111 | e1443f3f94403f3f |
EUC-JP | 瓮??如?? | 1110000110100101001111110011111111000111101000010011111100111111 | e1a53f3fc7a13f3f |
UTF-8 | 瓮뤷뛽如삭퇊 | 111001111001001110101110111010111010010010110111111010111001101110111101111001011010011010000010111011001000001010101101111011011000011110001010 | e793aeeba4b7eb9bbde5a682ec82aded878a |
UHC | 瓮뤷뛽如삭퇊 | 111010001011011110001111111001011000110110000011111001011111110110111011111010001011011110011011 | e8b78fe58d83e5fdbbe8b79b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)