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 | 偲辞篠セト鴫 | 10001110110000111000111010101011100011101100001010111110110001001000111010110000 | 8ec38eab8ec2bec48eb0 |
EUC-JP | 偲辞篠セト鴫 | 101111001100010110111100101011011011110011000100100011101011111010001110110001001011110010110010 | bcc5bcadbcc48ebe8ec4bcb2 |
UTF-8 | 偲辞篠セト鴫 | 111001011000000110110010111010001011111010011110111001111010111110100000111011111011110110111110111011111011111010000100111010011011010010101011 | e581b2e8be9ee7afa0efbdbeefbe84e9b4ab |
UHC | ??篠??? | 00111111001111111110000111000110001111110011111100111111 | 3f3fe1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)