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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 維?Ч臾??^ | 10001000110110110011111110000100010110001110010001101011001111110011111101011110 | 88db3f8458e46b3f3f5e |
EUC-JP | 維?Ч臾??^ | 10110000110111010011111110100111101110011110011111001100001111110011111101011110 | b0dd3fa7b9e7cc3f3f5e |
UTF-8 | 維먮Ч臾븍쳪^ | 111001111011011010101101111010111010100010101110110100001010011111101000100001111011111011101011101110001000110111101100101100111010101001011110 | e7b6adeba8aed0a7e887beebb88decb3aa5e |
UHC | 維먮Ч臾븍쳪^ | 11101011101010111001000011101011101011001011100111101011101011001011101011101011101010111000111101011110 | ebab90ebacb9ebacbaebab8f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)