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 | 逕櫁答迯オ | 111001111001010010011110111010001001001110011010111001111000110110110101 | e7949ee8939ae78db5 |
EUC-JP | 逕櫁答迯オ | 11101101111101001101110011101010110001011111101011101101111011011000111010110101 | edf4dceac5faeded8eb5 |
UTF-8 | 逕櫁答迯オ | 111010011000000010010101111001101010101110000001111001111010110110010100111010001011111110101111111011111011110110110101 | e98095e6ab81e7ad94e8bfafefbdb5 |
UHC | 逕?答?? | 11001100111011110011111111010011110011010011111100111111 | ccef3fd3cd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)