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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韆コム作堪襄 | 11101000111001101011101011010001100011011110110010001010101011001110010111110101 | e8e6bad18dec8aace5f5 |
EUC-JP | 韆コム作堪襄 | 111100001110100010001110101110101000111011010001101110101110111010110100101011101110101011110111 | f0e88eba8ed1baeeb4aeeaf7 |
UTF-8 | 韆コム作堪襄 | 111010011001111110000110111011111011110110111010111011111011111010010001111001001011110110011100111001011010000010101010111010001010010110000100 | e99f86efbdbaefbe91e4bd9ce5a0aae8a584 |
UHC | 韆??作堪襄 | 11110100110001110011111100111111111011011100001011001010111011011110010111010001 | f4c73f3fedc2caede5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)