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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 。罍ョH | 1010000111100011101000011010111001001000 | a1e3a1ae48 |
EUC-JP | 。罍ョH | 10001110101000011110011010100011100011101010111001001000 | 8ea1e6a38eae48 |
UTF-8 | 。罍ョH | 11101111101111011010000111100111101111011000110111101111101111011010111001001000 | efbda1e7bd8defbdae48 |
UHC | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)