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 | 張?????^ | 1001001010100011001111110011111100111111001111110011111101011110 | 92a33f3f3f3f3f5e |
EUC-JP | 張?????^ | 1100010010100101001111110011111100111111001111110011111101011110 | c4a53f3f3f3f3f5e |
UTF-8 | 張잌폀蓮곲눈^ | 11100101101111001011010111101100100111101000110011101101100011111000000011101111101001101001100111101010101100111011001011101011100010001000100001011110 | e5bcb5ec9e8ced8f80efa699eab3b2eb88885e |
UHC | 張잌폀蓮곲눈^ | 11101101111001011001111111100101101111001000111111100110111001011000000111101001101101001010101101011110 | ede59fe5bc8fe6e581e9b4ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)