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 | 壬?億?? | 10010000011100000011111110001001101011010011111100111111 | 90703f89ad3f3f |
EUC-JP | 壬?億?? | 10111111110100010011111110110010101011110011111100111111 | bfd13fb2af3f3f |
UTF-8 | 壬렑億띠렦 | 111001011010001110101100111010111010000010010001111001011000010010000100111010111001110110100000111010111010000010100110 | e5a3aceba091e58484eb9da0eba0a6 |
UHC | 壬렑億띠렦 | 11101100111100111000111010100110111001011110001010110110111011001000111010110101 | ecf38ea6e5e2b6ec8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)