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 | 騾紗牙ョ | 11101001100000001000111011010001100010011110010110101110 | e9808ed189e5ae |
EUC-JP | 騾紗牙ョ | 1111000111100000101111001101001110110010111001111000111010101110 | f1e0bcd3b2e78eae |
UTF-8 | 騾紗牙ョ | 111010011010100010111110111001111011010010010111111001111000100110011001111011111011110110101110 | e9a8bee7b497e78999efbdae |
UHC | ?紗牙? | 001111111101111011101001111001001011001100111111 | 3fdee9e4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)