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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 玉??汝 | 100010111100101000111111001111111001001111110000 | 8bca3f3f93f0 |
EUC-JP | 玉??汝 | 101101101100110000111111001111111100011011110010 | b6cc3f3fc6f2 |
UTF-8 | 玉붹첁汝 | 111001111000111010001001111010111011011010111001111011001011001010000001111001101011000110011101 | e78e89ebb6b9ecb281e6b19d |
UHC | 玉붹첁汝 | 1110100010101100100101001110011010101010100011101110011010100011 | e8ac94e6aa8ee6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)