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 | ?釋藪 | 0011111111100111110101111110010101001101 | 3fe7d7e54d |
EUC-JP | 璿釋藪 | 10001111110011001110100111101110110110011110100110101110 | 8fcce9eed9e9ae |
UTF-8 | 璿釋藪 | 111001111001001010111111111010011000011110001011111010001001011110101010 | e792bfe9878be897aa |
UHC | 璿釋藪 | 111000001100011111100000101101111110001010111111 | e0c7e0b7e2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)