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 | ??ュ?釐け | 001111110011111110000011100001010011111111100111110110001000001010101111 | 3f3f83853fe7d882af |
EUC-JP | ??ュ?釐け | 001111110011111110100101111001010011111111101110110110101010010010110001 | 3f3fa5e53feedaa4b1 |
UTF-8 | 룶햶ュ룵釐け | 111010111010001110110110111011011001011010110110111000111000001110100101111010111010001110110101111010011000011110010000111000111000000110010001 | eba3b6ed96b6e383a5eba3b5e98790e38191 |
UHC | 룶햶ュ룵釐け | 100011111010101111000001100011111010101111100101100011111010101011010111111011011010101010110001 | 8fabc18fabe58faad7edaab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)