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 | 釥煮悉蒔 | 1111101111000000100011101100111110001110101110111000111010101010 | fbc08ecf8ebb8eaa |
EUC-JP | 釥煮悉蒔 | 100011111110001110101011101111001101000110111100101111011011110010101100 | 8fe3abbcd1bcbdbcac |
UTF-8 | 釥煮悉蒔 | 111010011000011110100101111001111000010110101110111001101000001010001001111010001001001010010100 | e987a5e785aee68289e89294 |
UHC | ?煮悉蒔 | 00111111111011011011010011100011111110101110001111001000 | 3fedb4e3fae3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)