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 | 除?ぎ | 1000111110011100001111111000001010101100 | 8f9c3f82ac |
EUC-JP | 除?ぎ | 1011110111111100001111111010010010101110 | bdfc3fa4ae |
UTF-8 | 除곽ぎ | 111010011001100110100100111010101011001110111101111000111000000110001110 | e999a4eab3bde3818e |
UHC | 除곽ぎ | 111100001011011010110000111110111010101010101110 | f0b6b0fbaaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)