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 | 闊碁ョ | 1110100010001000100011001110100110101110 | e8888ce9ae |
EUC-JP | 闊碁ョ | 111011111110100010111000111010111000111010101110 | efe8b8eb8eae |
UTF-8 | 闊碁ョ | 111010011001011110001010111001111010001010000001111011111011110110101110 | e9978ae7a281efbdae |
UHC | 闊碁? | 1111110011000100110100011011001100111111 | fcc4d1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)