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 | 底?牝 | 1001001011101010001111111001011011000100 | 92ea3f96c4 |
EUC-JP | 底?牝 | 1100010011101100001111111100110011000110 | c4ec3fccc6 |
UTF-8 | 底쾅牝 | 111001011011101010010101111011001011111010000101111001111000100110011101 | e5ba95ecbe85e7899d |
UHC | 底쾅牝 | 111011101011110011000100111001111101111010110110 | eebcc4e7deb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)