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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 該???譯 | 10001010010110010011111100111111001111111110011010100001 | 8a593f3f3fe6a1 |
EUC-JP | 該???譯 | 10110011101110100011111100111111001111111110110010100011 | b3ba3f3f3feca3 |
UTF-8 | 該뚲轢볨譯 | 111010001010100110110010111010111001101010110010111011111010011010001101111010111011001110101000111010001010110110101111 | e8a9b2eb9ab2efa68debb3a8e8adaf |
UHC | 該뚲轢볨譯 | 11111010101100011000110011101110111001101011110010010011111011101110011010111011 | fab18ceee6bc93eee6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)