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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽ケ笳区・ | 1110011010100011101110011110001010010111100010111110011010100101 | e6a3b9e2978be6a5 |
EUC-JP | 譽ケ笳区・ | 11101100101001011000111010111001111000111111011110110110111010001000111010100101 | eca58eb9e3f7b6e88ea5 |
UTF-8 | 譽ケ笳区・ | 111010001010110110111101111011111011110110111001111001111010110010110011111001011000110010111010111011111011110110100101 | e8adbdefbdb9e7acb3e58cbaefbda5 |
UHC | 譽???? | 111001111110001000111111001111110011111100111111 | e7e23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)