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 | 湜悉瀨蒔 | 1111101101000111100011101011101111111011010100001000111010101010 | fb478ebbfb508eaa |
EUC-JP | 湜悉?蒔 | 1000111111000111111111001011110010111101001111111011110010101100 | 8fc7fcbcbd3fbcac |
UTF-8 | 湜悉瀨蒔 | 111001101011100110011100111001101000001010001001111001111000000010101000111010001001001010010100 | e6b99ce68289e780a8e89294 |
UHC | 湜悉瀨蒔 | 1110001111010111111000111111101011010110111011101110001111001000 | e3d7e3fad6eee3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)