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 | 雉伎ウ | 1110100010110011100010101110101010110011 | e8b38aeab3 |
EUC-JP | 雉伎ウ | 111100001011010110110100111011001000111010110011 | f0b5b4ec8eb3 |
UTF-8 | 雉伎ウ | 111010011001101110001001111001001011110010001110111011111011110110110011 | e99b89e4bc8eefbdb3 |
UHC | 雉伎? | 1111011011001011110100001110101100111111 | f6cbd0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)