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 | 霆ホ鞏 | 1110100010111011110011101110100011011101 | e8bbcee8dd |
EUC-JP | 霆ホ鞏 | 111100001011110110001110110011101111000011011111 | f0bd8ecef0df |
UTF-8 | 霆ホ鞏 | 111010011001110010000110111011111011111010001110111010011001111010001111 | e99c86efbe8ee99e8f |
UHC | 霆?鞏 | 1110111111111101001111111100110111111001 | effd3fcdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)