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 | 倭??鎰?? | 1001100001100000001111110011111111101000010011000011111100111111 | 98603f3fe84c3f3f |
EUC-JP | 倭??鎰?? | 1100111111000001001111110011111111101111101011010011111100111111 | cfc13f3fefad3f3f |
UTF-8 | 倭덉닂鎰쏁챻 | 111001011000000010101101111010111000110110001001111010111000101110000010111010011000111010110000111011001000111110000001111011001011000110111011 | e580adeb8d89eb8b82e98eb0ec8f81ecb1bb |
UHC | 倭덉닂鎰쏁챻 | 111010001101111010001000111011001000100010001011111011001111000010011011111001111010101010001000 | e8de88ec888becf09be7aa88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)