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 | 霍よ㊨ | 111010001011011110000010111001101000011110001001 | e8b782e68789 |
EUC-JP | 霍よ? | 1111000010111001101001001110100000111111 | f0b9a4e83f |
UTF-8 | 霍よ㊨ | 111010011001110010001101111000111000001010001000111000111000101010101000 | e99c8de38288e38aa8 |
UHC | ?よ? | 00111111101010101110100000111111 | 3faae83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)