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 | 霍よク | 1110100010110111100000101110011010111000 | e8b782e6b8 |
EUC-JP | 霍よク | 111100001011100110100100111010001000111010111000 | f0b9a4e88eb8 |
UTF-8 | 霍よク | 111010011001110010001101111000111000001010001000111011111011110110111000 | e99c8de38288efbdb8 |
UHC | ?よ? | 00111111101010101110100000111111 | 3faae83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)