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 | 贈??嶝?? | 1001000110100001001111110011111110011011110100010011111100111111 | 91a13f3f9bd13f3f |
EUC-JP | 贈??嶝?? | 1100001010100011001111110011111111010110110100110011111100111111 | c2a33f3fd6d33f3f |
UTF-8 | 贈곁렜嶝렰렠 | 111010001011010010001000111010101011001110000001111010111010000010011100111001011011011010011101111010111010000010110000111010111010000010100000 | e8b488eab381eba09ce5b69deba0b0eba0a0 |
UHC | 贈곁렜嶝렰렠 | 111100011111110010110000111001111000111010101110110101001111000110001110101111011000111010110001 | f1fcb0e78eaed4f18ebd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)