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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葯戍速 | 111001001101111010011100111110011001000110101100 | e4de9cf991ac |
EUC-JP | 葯戍速 | 111010001110000011011000111110111100001010101110 | e8e0d8fbc2ae |
UTF-8 | 葯戍速 | 111010001001000110101111111001101000100010001101111010011000000010011111 | e891afe6888de9809f |
UHC | 葯戍速 | 111001011011010111100010101000011110000111011100 | e5b5e2a1e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)