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 | 霑ロシ霑ロシ^ | 111010001011111111011011101111001110100010111111110110111011110001011110 | e8bfdbbce8bfdbbc5e |
EUC-JP | 霑ロシ霑ロシ^ | 11110000110000011000111011011011100011101011110011110000110000011000111011011011100011101011110001011110 | f0c18edb8ebcf0c18edb8ebc5e |
UTF-8 | 霑ロシ霑ロシ^ | 11101001100111001001000111101111101111101001101111101111101111011011110011101001100111001001000111101111101111101001101111101111101111011011110001011110 | e99c91efbe9befbdbce99c91efbe9befbdbc5e |
UHC | 霑??霑??^ | 111011111100010100111111001111111110111111000101001111110011111101011110 | efc53f3fefc53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)