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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | リ蒟蒭蒟ア | 1101100011100100111001011110010011011000111001001110010110110001 | d8e4e5e4d8e4e5b1 |
EUC-JP | リ蒟蒭蒟ア | 10001110110110001110100011100111111010001101101011101000111001111000111010110001 | 8ed8e8e7e8dae8e78eb1 |
UTF-8 | リ蒟蒭蒟ア | 111011111011111010011000111010001001001010011111111010001001001010101101111010001001001010011111111011111011110110110001 | efbe98e8929fe892ade8929fefbdb1 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)