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 | 騾咲匠螳、 | 111010011000000010001101111001111000111110100000111001011010111010100100 | e9808de78fa0e5aea4 |
EUC-JP | 騾咲匠螳、 | 11110001111000001011101011101001101111101010001011101010101100001000111010100100 | f1e0bae9bea2eab08ea4 |
UTF-8 | 騾咲匠螳、 | 111010011010100010111110111001011001001010110010111001011000110010100000111010001001111010110011111011111011110110100100 | e9a8bee592b2e58ca0e89eb3efbda4 |
UHC | ??匠螳? | 00111111001111111110110111011101110100111101100100111111 | 3f3fedddd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)