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 | シオセサ執 | 1111001011110010101111001011010110111110101110111000111010110111 | f2f2bcb5bebb8eb7 |
EUC-JP | ?シオセサ執 | 0011111110001110101111001000111010110101100011101011111010001110101110111011110010111001 | 3f8ebc8eb58ebe8ebbbcb9 |
UTF-8 | シオセサ執 | 111011101000100010101001111011111011110110111100111011111011110110110101111011111011110110111110111011111011110110111011111001011001111110110111 | ee88a9efbdbcefbdb5efbdbeefbdbbe59fb7 |
UHC | ?????執 | 00111111001111110011111100111111001111111111001011111011 | 3f3f3f3f3ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)