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 | 箋???ル?^ | 111000101011001100111111001111110011111110000011100010110011111101011110 | e2b33f3f3f838b3f5e |
EUC-JP | 箋???ル?^ | 111001001011010100111111001111110011111110100101111010110011111101011110 | e4b53f3f3fa5eb3f5e |
UTF-8 | 箋덉뼍溜ル졁^ | 11100111101011101000101111101011100011011000100111101011101111001000110111101111101001111000101111100011100000111010101111101100101000011000000101011110 | e7ae8beb8d89ebbc8defa78be383abeca1815e |
UHC | 箋덉뼍溜ル졁^ | 11101111101010001000100011101100100101101001010111101010111111101010101111101011101000001011001001011110 | efa888ec9695eafeabeba0b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)