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 | 伍?┌瑜 | 10001100110111100011111110000100101000011110000011101111 | 8cde3f84a1e0ef |
EUC-JP | 伍?┌瑜 | 10111000111000000011111110101000101000111110000011110001 | b8e03fa8a3e0f1 |
UTF-8 | 伍깅┌瑜 | 111001001011110010001101111010101011100110000101111000101001010010001100111001111001000110011100 | e4bc8deab985e2948ce7919c |
UHC | 伍깅┌瑜 | 1110011111101010101100011110101110100110101000111110101110100101 | e7eab1eba6a3eba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)