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 | ?????Р^ | 0011111100111111001111110011111100111111100001000101000101011110 | 3f3f3f3f3f84515e |
EUC-JP | ?????Р^ | 0011111100111111001111110011111100111111101001111011001001011110 | 3f3f3f3f3fa7b25e |
UTF-8 | 令곁뮰令곕Р^ | 111011111010011010101000111010101011001110000001111010111010111010110000111011111010011010101000111010101011001110010101110100001010000001011110 | efa6a8eab381ebaeb0efa6a8eab395d0a05e |
UHC | 令곁뮰令곕Р^ | 11100111101010011011000011100111100100101011100111100111101010011011000011101011101011001011001001011110 | e7a9b0e792b9e7a9b0ebacb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)