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 | ?o???? | 001111110110111100111111001111110011111100111111 | 3f6f3f3f3f3f |
SJIS-WIN | ?o???? | 001111110110111100111111001111110011111100111111 | 3f6f3f3f3f3f |
EUC-JP | ?o???? | 001111110110111100111111001111110011111100111111 | 3f6f3f3f3f3f |
UTF-8 | 혶o횪혻혗혢 | 11101101100110001011011001101111111011011001101010101010111011011001100010111011111011011001100010010111111011011001100010100010 | ed98b66fed9aaaed98bbed9897ed98a2 |
UHC | 혶o횪혻혗혢 | 1100001010011101011011111100001110100000110000101010000011000010100000101100001010001011 | c29d6fc3a0c2a0c282c28b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)