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 | 塾?詩 | 1000111101101101001111111000111010001101 | 8f6d3f8e8d |
EUC-JP | 塾?詩 | 1011110111001110001111111011101111101101 | bdce3fbbed |
UTF-8 | 塾쎳詩 | 111001011010000110111110111011001000111010110011111010001010100110101001 | e5a1beec8eb3e8a9a9 |
UHC | 塾쎳詩 | 111000101101001110011011110110101110001111001100 | e2d39bdae3cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)