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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?芯?釐ぢ | 0011111110010000011000110011111111100111110110001000001011000000 | 3f90633fe7d882c0 |
EUC-JP | ?芯?釐ぢ | 0011111110111111110001000011111111101110110110101010010011000010 | 3fbfc43feedaa4c2 |
UTF-8 | 룶芯룵釐ぢ | 111010111010001110110110111010001000101010101111111010111010001110110101111010011000011110010000111000111000000110100010 | eba3b6e88aafeba3b5e98790e381a2 |
UHC | 룶芯룵釐ぢ | 10001111101010111110010010100101100011111010101011010111111011011010101011000010 | 8fabe4a58faad7edaac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)