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 | 堯?屑 | 1110101010011111001111111000101111111011 | ea9f3f8bfb |
EUC-JP | 堯?屑 | 1111010010100001001111111011011011111101 | f4a13fb6fd |
UTF-8 | 堯숰屑 | 111001011010000010101111111011001000100010110000111001011011000110010001 | e5a0afec88b0e5b191 |
UHC | 堯숰屑 | 111010001110101110011010010010001110000011011010 | e8eb9a48e0da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)