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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 郢サ竏壼惆 | 111001111011100110111011111000101000100010011010111001011001110010101101 | e7b9bbe2889ae59cad |
EUC-JP | 郢サ竏壼惆 | 11101110101110111000111010111011111000111110100011010100111001111101100010101111 | eebb8ebbe3e8d4e7d8af |
UTF-8 | 郢サ竏壼惆 | 111010011000001110100010111011111011110110111011111001111010101110001111111001011010001110111100111001101000001110000110 | e983a2efbdbbe7ab8fe5a3bce68386 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)