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 | 雫糅勺 | 100011101011010011100010111100001000111011011001 | 8eb4e2f08ed9 |
EUC-JP | 雫糅勺 | 101111001011011011100100111100101011110011011011 | bcb6e4f2bcdb |
UTF-8 | 雫糅勺 | 111010011001101110101011111001111011001110000101111001011000101110111010 | e99babe7b385e58bba |
UHC | ??勺 | 00111111001111111110110111000011 | 3f3fedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)