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 | 甑???昱? | 1000110110011001001111110011111100111111111110100110001100111111 | 8d993f3f3ffa633f |
EUC-JP | 甑???昱? | 101110011111100100111111001111110011111110001111110000101010110100111111 | b9f93f3f3f8fc2ad3f |
UTF-8 | 甑닻렲렟昱렜 | 111001111001010010010001111010111000101110111011111010111010000010110010111010111010000010011111111001101001100010110001111010111010000010011100 | e79491eb8bbbeba0b2eba09fe698b1eba09c |
UHC | 甑닻렲렟昱렜 | 111100011111011110110100111010011000111010111111100011101011000011101001111100001000111010101110 | f1f7b4e98ebf8eb0e9f08eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)