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 | 怏藁? | 1001110010001001100110000110110100111111 | 9c89986d3f |
EUC-JP | 怏藁饔 | 11010111111010011100111111001110100011111110100011101111 | d7e9cfce8fe8ef |
UTF-8 | 怏藁饔 | 111001101000000010001111111010001001011110000001111010011010010110010100 | e6808fe89781e9a594 |
UHC | 怏藁饔 | 111001001110100011001101110010111110100010111101 | e4e8cdcbe8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)