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 | ユ鴃コ鉅 | 110101011110100111101110101110101110011111101000 | d5e9eebae7e8 |
EUC-JP | ユ鴃コ鉅 | 1000111011010101111100101111000010001110101110101110111011101010 | 8ed5f2f08ebaeeea |
UTF-8 | ユ鴃コ鉅 | 111011111011111010010101111010011011010010000011111011111011110110111010111010011000100110000101 | efbe95e9b483efbdbae98985 |
UHC | ???鉅 | 0011111100111111001111111100101111101001 | 3f3f3fcbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)