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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猷??傲?? | 1001011101010001001111110011111110011000111111000011111100111111 | 97513f3f98fc3f3f |
EUC-JP | 猷??傲?? | 1100110110110010001111110011111111010000111111100011111100111111 | cdb23f3fd0fe3f3f |
UTF-8 | 猷뜰꽦傲롢걙 | 111001111000110010110111111010111001110010110000111010101011110110100110111001011000001010110010111010111010000110100010111010101011000110011001 | e78cb7eb9cb0eabda6e582b2eba1a2eab199 |
UHC | 猷뜰꽦傲롢걙 | 111010111010001110110110111000111000010010110001111001111110110010001110111000111000000110000011 | eba3b6e384b1e7ec8ee38183 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)