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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?鉥?? | 001111111000111111100011111010000011111100111111 | 3f8fe3e83f3f |
UTF-8 | 룶鉥룵끝 | 111010111010001110110110111010011000100110100101111010111010001110110101111010111000000110011101 | eba3b6e989a5eba3b5eb819d |
UHC | 룶鉥룵끝 | 1000111110101011111000101111110010001111101010101011001110100001 | 8fabe2fc8faab3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)