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 | ?牙??モ? | 0011111110001001111001010011111100111111100000111000001000111111 | 3f89e53f3f83823f |
EUC-JP | ?牙??モ? | 0011111110110010111001110011111100111111101001011110001000111111 | 3fb2e73f3fa5e23f |
UTF-8 | 룶牙룴횕モ룶 | 111010111010001110110110111001111000100110011001111010111010001110110100111011011001101010010101111000111000001110100010111010111010001110110110 | eba3b6e78999eba3b4ed9a95e383a2eba3b6 |
UHC | 룶牙룴횕モ룶 | 100011111010101111100100101100111000111110101001110000111000111110101011111000101000111110101011 | 8fabe4b38fa9c38fabe28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)