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 | 跟臥ャ | 1110011011101110100010011110011110101100 | e6ee89e7ac |
EUC-JP | 跟臥ャ | 111011001111000010110010111010011000111010101100 | ecf0b2e98eac |
UTF-8 | 跟臥ャ | 111010001011011110011111111010001000011110100101111011111011110110101100 | e8b79fe887a5efbdac |
UHC | ?臥? | 00111111111010001100001000111111 | 3fe8c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)