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 | 霆剰亜 | 111010001011101110001111111010001000100010011111 | e8bb8fe8889f |
EUC-JP | 霆剰亜 | 111100001011110110111110111010101011000010100001 | f0bdbeeab0a1 |
UTF-8 | 霆剰亜 | 111010011001110010000110111001011000100110110000111001001011101010011100 | e99c86e589b0e4ba9c |
UHC | 霆?? | 11101111111111010011111100111111 | effd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)