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 | 栓???魏 | 10010000111100000011111100111111001111111110100110110000 | 90f03f3f3fe9b0 |
EUC-JP | 栓?栯?魏 | 110000001111001000111111100011111100001111010010001111111111001010110010 | c0f23f8fc3d23ff2b2 |
UTF-8 | 栓렫栯렠魏 | 111001101010000010010011111010111010000010101011111001101010000010101111111010111010000010100000111010011010110110001111 | e6a093eba0abe6a0afeba0a0e9ad8f |
UHC | 栓렫栯렠魏 | 11101110111110111000111010111001111010011111000110001110101100011110101011100000 | eefb8eb9e9f18eb1eae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)