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 | 牀瑯珸犧 | 1110000010101100111000001110010111100000111001111110000010111000 | e0ace0e5e0e7e0b8 |
EUC-JP | 牀瑯珸犧 | 1110000010101110111000001110011111100000111010011110000010111010 | e0aee0e7e0e9e0ba |
UTF-8 | 牀瑯珸犧 | 111001111000100110000000111001111001000110101111111001111000111110111000111001111000101010100111 | e78980e791afe78fb8e78aa7 |
UHC | 牀瑯?犧 | 11011111110100011101010111001011001111111111110111111010 | dfd1d5cb3ffdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)