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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | 焰??焰??B | 1000111111001001111011110011111100111111100011111100100111101111001111110011111101000010 | 8fc9ef3f3f8fc9ef3f3f42 |
UTF-8 | 焰ⓨ넫焰ⓨ넫B | 11100111100001001011000011100010100100111010100011101011100001001010101111100111100001001011000011100010100100111010100011101011100001001010101101000010 | e784b0e293a8eb84abe784b0e293a8eb84ab42 |
UHC | 焰ⓨ넫焰ⓨ넫B | 11100110111110111010100011100101100001101010101111100110111110111010100011100101100001101010101101000010 | e6fba8e586abe6fba8e586ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)