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 | 霑ルシ霑ルシ^ | 111010001011111111011001101111001110100010111111110110011011110001011110 | e8bfd9bce8bfd9bc5e |
EUC-JP | 霑ルシ霑ルシ^ | 11110000110000011000111011011001100011101011110011110000110000011000111011011001100011101011110001011110 | f0c18ed98ebcf0c18ed98ebc5e |
UTF-8 | 霑ルシ霑ルシ^ | 11101001100111001001000111101111101111101001100111101111101111011011110011101001100111001001000111101111101111101001100111101111101111011011110001011110 | e99c91efbe99efbdbce99c91efbe99efbdbc5e |
UHC | 霑??霑??^ | 111011111100010100111111001111111110111111000101001111110011111101011110 | efc53f3fefc53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)