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 | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
SJIS-WIN | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
EUC-JP | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
UTF-8 | 혰}혦챔 | 11101101100110001011000001111101111011011001100010100110111011001011000110010100 | ed98b07ded98a6ecb194 |
UHC | 혰}혦챔 | 11000010100101110111110111000010100011101100001110101000 | c2977dc28ec3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)