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 | 衆?袁?⊃ | 1000111101001111001111111110010111001101001111111000000110111101 | 8f4f3fe5cd3f81bd |
EUC-JP | 衆?袁?⊃ | 1011110110110000001111111110101011001111001111111010001010111111 | bdb03feacf3fa2bf |
UTF-8 | 衆렲袁얜⊃ | 111010001010000110000110111010111010000010110010111010001010001010000001111011001001011010011100111000101000101010000011 | e8a186eba0b2e8a281ec969ce28a83 |
UHC | 衆렲袁얜⊃ | 11110001111010111000111010111111111010101011111010111110111010111010000111111001 | f1eb8ebfeabebeeba1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)