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 | 傲??嵬?? | 1001100011111100001111110011111110011011110010100011111100111111 | 98fc3f3f9bca3f3f |
EUC-JP | 傲??嵬?? | 1101000011111110001111110011111111010110110011000011111100111111 | d0fe3f3fd6cc3f3f |
UTF-8 | 傲잌뎷嵬뗨뙒 | 111001011000001010110010111011001001111010001100111010111000111010110111111001011011010110101100111010111001011110101000111010111001100110010010 | e582b2ec9e8ceb8eb7e5b5aceb97a8eb9992 |
UHC | 傲잌뎷嵬뗨뙒 | 111001111110110010011111111001011000100110001010111010001110001110001011111010001000110010010111 | e7ec9fe5898ae8e38be88c97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)