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 | 隶碁豪 | 111010001010111010001100111010011000110110001011 | e8ae8ce98d8b |
EUC-JP | 隶碁豪 | 111100001011000010111000111010111011100111101011 | f0b0b8ebb9eb |
UTF-8 | 隶碁豪 | 111010011001101010110110111001111010001010000001111010001011000110101010 | e99ab6e7a281e8b1aa |
UHC | ?碁豪 | 0011111111010001101100111111101111011111 | 3fd1b3fbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)