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 | 樂⑴뮰樂⑸Р^ | 111011111010011010111111111000101001000110110100111010111010111010110000111011111010011010111111111000101001000110111000110100001010000001011110 | efa6bfe291b4ebaeb0efa6bfe291b8d0a05e |
UHC | 樂⑴뮰樂⑸Р^ | 11101000111110011010100111100111100100101011100111101000111110011010100111101011101011001011001001011110 | e8f9a9e792b9e8f9a9ebacb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)