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 | 瀨蒔湜悉 | 1111101101010000100011101010101011111011010001111000111010111011 | fb508eaafb478ebb |
EUC-JP | ?蒔湜悉 | 0011111110111100101011001000111111000111111111001011110010111101 | 3fbcac8fc7fcbcbd |
UTF-8 | 瀨蒔湜悉 | 111001111000000010101000111010001001001010010100111001101011100110011100111001101000001010001001 | e780a8e89294e6b99ce68289 |
UHC | 瀨蒔湜悉 | 1101011011101110111000111100100011100011110101111110001111111010 | d6eee3c8e3d7e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)