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 | 小?屑 | 1000111110101100001111111000101111111011 | 8fac3f8bfb |
EUC-JP | 小?屑 | 1011111010101110001111111011011011111101 | beae3fb6fd |
UTF-8 | 小숷屑 | 111001011011000010001111111011001000100010110111111001011011000110010001 | e5b08fec88b7e5b191 |
UHC | 小숷屑 | 111000011011001110011010010011001110000011011010 | e1b39a4ce0da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)