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 | ??(?θ | 00111111001111111000000101101001001111111000001111000110 | 3f3f81693f83c6 |
EUC-JP | ??(?θ | 00111111001111111010000111001010001111111010011011001000 | 3f3fa1ca3fa6c8 |
UTF-8 | 念잙(行θ | 1110111110100110101000111110110010011110100110011110111110111100100010001110111110101000100010001100111010111000 | efa6a3ec9e99efbc88efa888ceb8 |
UHC | 念잙(行θ | 11100110111101101001111111101011101000111010100011111010101000011010010111101000 | e6f69feba3a8faa1a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)