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 | 鈺而鈊 | 111110111100010010001110101001111111101111000011 | fbc48ea7fbc3 |
EUC-JP | 鈺而鈊 | 1000111111100011110101011011110010101001100011111110001110111111 | 8fe3d5bca98fe3bf |
UTF-8 | 鈺而鈊 | 111010011000100010111010111010001000000010001100111010011000100010001010 | e988bae8808ce9888a |
UHC | 鈺而? | 1110100010101101111011001011101100111111 | e8adecbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)