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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蔚?宸?愼?^ | 10001001010101010011111110011011100000100011111110011100110001000011111101011110 | 89553f9b823f9cc43f5e |
EUC-JP | 蔚?宸?愼?^ | 10110001101101100011111111010101111000100011111111011000110001100011111101011110 | b1b63fd5e23fd8c63f5e |
UTF-8 | 蔚렎宸렊愼렫^ | 11101000100101001001101011101011101000001000111011100101101011101011100011101011101000001000101011100110100001001011110011101011101000001010101101011110 | e8949aeba08ee5aeb8eba08ae684bceba0ab5e |
UHC | 蔚렎宸렊愼렫^ | 11101010101001011000111010100100111000111110010010001110101000011110001111100101100011101011100101011110 | eaa58ea4e3e48ea1e3e58eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)