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 | 塾須? | 1000111101101101100100000111101100111111 | 8f6d907b3f |
EUC-JP | 塾須? | 1011110111001110101111111101110000111111 | bdcebfdc3f |
UTF-8 | 塾須롆 | 111001011010000110111110111010011010000010001000111010111010000110000110 | e5a1bee9a088eba186 |
UHC | 塾須롆 | 111000101101001111100010110011101000111011001100 | e2d3e2ce8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)