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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 렱롆셀센샵^ | 11101011101000001011000111101011101000011000011011101100100001011000000011101100100001001011110011101100100000111011010101011110 | eba0b1eba186ec8580ec84bcec83b55e |
UHC | 렱롆셀센샵^ | 1000111010111110100011101100110010111100101111111011110010111110101111001010010101011110 | 8ebe8eccbcbfbcbebca55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)