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 | 筝篥リ | 1110001010110110111000101100001111011000 | e2b6e2c3d8 |
EUC-JP | 筝篥リ | 111001001011100011100100110001011000111011011000 | e4b8e4c58ed8 |
UTF-8 | 筝篥リ | 111001111010110110011101111001111010111110100101111011111011111010011000 | e7ad9de7afa5efbe98 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)