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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ??モ?廷h | 0011111100111111100000111000001000111111100100101110110001101000 | 3f3f83823f92ec68 |
EUC-JP | ??モ?廷h | 0011111100111111101001011110001000111111110001001110111001101000 | 3f3fa5e23fc4ee68 |
UTF-8 | 룶쾹モ룫廷h | 11101011101000111011011011101100101111101011100111100011100000111010001011101011101000111010101111100101101110111011011101101000 | eba3b6ecbeb9e383a2eba3abe5bbb768 |
UHC | 룶쾹モ룫廷h | 1000111110101011101100101000111110101011111000101000111110100010111011111101010101101000 | 8fabb28fabe28fa2efd568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)