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 | 若??汝? | 10001110111000010011111100111111100100111111000000111111 | 8ee13f3f93f03f |
EUC-JP | 若??汝? | 10111100111000110011111100111111110001101111001000111111 | bce33f3fc6f23f |
UTF-8 | 若㎬눆汝뛄 | 111010001000101110100101111000111000111010101100111010111000100010000110111001101011000110011101111010111001101110000100 | e88ba5e38eaceb8886e6b19deb9b84 |
UHC | 若㎬눆汝뛄 | 11100101101101001010011111101000100001111010010111100110101000111000110101000010 | e5b4a7e887a5e6a38d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)