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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牆??牆 | 111000001010110100111111001111111110000010101101 | e0ad3f3fe0ad |
EUC-JP | 牆??牆 | 111000001010111100111111001111111110000010101111 | e0af3f3fe0af |
UTF-8 | 牆얘㏇牆 | 111001111000100110000110111011001001011010011000111000111000111110000111111001111000100110000110 | e78986ec9698e38f87e78986 |
UHC | 牆얘㏇牆 | 1110110111101101101111101110101010100010111000011110110111101101 | ededbeeaa2e1eded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)