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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀨璽湜悉 | 1111101101010000100011101010001111111011010001111000111010111011 | fb508ea3fb478ebb |
EUC-JP | ?璽湜悉 | 0011111110111100101001011000111111000111111111001011110010111101 | 3fbca58fc7fcbcbd |
UTF-8 | 瀨璽湜悉 | 111001111000000010101000111001111001001010111101111001101011100110011100111001101000001010001001 | e780a8e792bde6b99ce68289 |
UHC | 瀨璽湜悉 | 1101011011101110110111111101111011100011110101111110001111111010 | d6eedfdee3d7e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)