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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 爺跫礒d | 10010110111010101110011011101101111000100100010101100100 | 96eae6ede24564 |
EUC-JP | 爺跫礒d | 11001100111011001110110011101111111000111010011001100100 | ccececefe3a664 |
UTF-8 | 爺跫礒d | 11100111100010001011101011101000101101111010101111100111101001001001001001100100 | e788bae8b7abe7a49264 |
UHC | 爺??d | 1110010110101100001111110011111101100100 | e5ac3f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)