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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈆「鯱 | 11111011110000011010001011101001110011011111010001000010 | fbc1a2e9cdf442 |
EUC-JP | 鈆「鯱? | 1000111111100011101111001000111010100010111100101100111100111111 | 8fe3bc8ea2f2cf3f |
UTF-8 | 鈆「鯱 | 111010011000100010000110111011111011110110100010111010011010111110110001111011101000101110110010 | e98886efbda2e9afb1ee8bb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)