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 | ?????aH | 00111111001111110011111100111111001111110110000101001000 | 3f3f3f3f3f6148 |
SJIS-WIN | 跿壌キろ鄂aH | 1110011011110011100011111110101110110111100000101110101111100111101111010110000101001000 | e6f38febb782ebe7bd6148 |
EUC-JP | 跿壌キろ鄂aH | 111011001111010110111110111011011000111010110111101001001110110111101110101111110110000101001000 | ecf5beed8eb7a4edeebf6148 |
UTF-8 | 跿壌キろ鄂aH | 1110100010110111101111111110010110100011100011001110111110111101101101111110001110000010100011011110100110000100100000100110000101001000 | e8b7bfe5a38cefbdb7e3828de984826148 |
UHC | ???ろ鄂aH | 001111110011111100111111101010101110110111100100110001110110000101001000 | 3f3f3faaede4c76148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)