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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | Κ々Κ々B | 100000111010100010000001010110001000001110101000100000010101100001000010 | 83a8815883a8815842 |
EUC-JP | Κ々Κ々B | 101001101010101010100001101110011010011010101010101000011011100101000010 | a6aaa1b9a6aaa1b942 |
UTF-8 | Κ々Κ々B | 1100111010011010111000111000000010000101110011101001101011100011100000001000010101000010 | ce9ae38085ce9ae3808542 |
UHC | Κ?Κ?B | 10100101110010100011111110100101110010100011111101000010 | a5ca3fa5ca3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)