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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 焰??焰??^ | 1000111111001001111011110011111100111111100011111100100111101111001111110011111101011110 | 8fc9ef3f3f8fc9ef3f3f5e |
UTF-8 | 焰양윘焰양옉^ | 11100111100001001011000011101100100101101001000111101100100111001001100011100111100001001011000011101100100101101001000111101100100110001000100101011110 | e784b0ec9691ec9c98e784b0ec9691ec98895e |
UHC | 焰양윘焰양옉^ | 11100110111110111011111011100111100111111001110011100110111110111011111011100111100111101001000101011110 | e6fbbee79f9ce6fbbee79e915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)