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 | 雕樊ィ堤 | 11101000101110001001111011100110101010001001001011100111 | e8b89ee6a892e7 |
EUC-JP | 雕樊ィ堤 | 1111000010111010110111001110100010001110101010001100010011101001 | f0badce88ea8c4e9 |
UTF-8 | 雕樊ィ堤 | 111010011001101110010101111001101010100010001010111011111011110110101000111001011010000010100100 | e99b95e6a88aefbda8e5a0a4 |
UHC | 雕樊?堤 | 11110000111001111101101111100000001111111111000010100111 | f0e7dbe03ff0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)