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?? | 00111111011011110011111100111111 | 3f6f3f3f |
SJIS-WIN | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
EUC-JP | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
UTF-8 | 혱o횪짰 | 11101101100110001011000101101111111011011001101010101010111011001010011110110000 | ed98b16fed9aaaeca7b0 |
UHC | 혱o횪짰 | 11000010100110000110111111000011101000001100001010101110 | c2986fc3a0c2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)