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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諱ゥ驪 | 1110011010000001101010011110100110001011 | e681a9e98b |
EUC-JP | 諱ゥ驪 | 111010111110000110001110101010011111000111101011 | ebe18ea9f1eb |
UTF-8 | 諱ゥ驪 | 111010001010101110110001111011111011110110101001111010011010100110101010 | e8abb1efbda9e9a9aa |
UHC | 諱?驪 | 1111110111001001001111111101010111110001 | fdc93fd5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)