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 | 瓮ワ?嚥?? | 111000010100010010000011100011110011111110011010100010110011111100111111 | e144838f3f9a8b3f3f |
EUC-JP | 瓮ワ?嚥?? | 111000011010010110100101111011110011111111010011111010110011111100111111 | e1a5a5ef3fd3eb3f3f |
UTF-8 | 瓮ワ슝嚥띰슭 | 111001111001001110101110111000111000001110101111111011001000101010011101111001011001101010100101111010111001110110110000111011001000101010101101 | e793aee383afec8a9de59aa5eb9db0ec8aad |
UHC | 瓮ワ슝嚥띰슭 | 111010001011011110101011111011111011110110111001111001101011111110110110111011111011110110111110 | e8b7abefbdb9e6bfb6efbdbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)