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 | 章臀? | 1000111111001101111001000101110000111111 | 8fcde45c3f |
EUC-JP | 章臀? | 1011111011001111111001111011110100111111 | becfe7bd3f |
UTF-8 | 章臀렊 | 111001111010101110100000111010001000011110000000111010111010000010001010 | e7aba0e88780eba08a |
UHC | 章臀렊 | 111011011111000111010100111010111000111010100001 | edf1d4eb8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)