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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 叩谷Y叩谷bE | 1001001001000000100100100100101001011001100100100100000010010010010010100110001001000101 | 9240924a599240924a6245 |
EUC-JP | 叩谷Y叩谷bE | 1100001110100001110000111010101101011001110000111010000111000011101010110110001001000101 | c3a1c3ab59c3a1c3ab6245 |
UTF-8 | 叩谷Y叩谷bE | 111001011000111110101001111010001011000010110111010110011110010110001111101010011110100010110000101101110110001001000101 | e58fa9e8b0b759e58fa9e8b0b76245 |
UHC | 叩谷Y叩谷bE | 1100110110110000110011011101101101011001110011011011000011001101110110110110001001000101 | cdb0cddb59cdb0cddb6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)