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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬲奢炊 | 111010011010110110011010111110001001000010000110 | e9ad9af89086 |
EUC-JP | 鬲奢炊 | 111100101010111111010100111110101011111111100110 | f2afd4fabfe6 |
UTF-8 | 鬲奢炊 | 111010011010110010110010111001011010010110100010111001111000001010001010 | e9acb2e5a5a2e7828a |
UHC | ?奢炊 | 0011111111011110110011101111011010100111 | 3fdecef6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)