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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 中峯??擬? | 100100101000011010010101111101010011111100111111100010110101101100111111 | 928695f53f3f8b5b3f |
EUC-JP | 中峯??擬? | 110000111110011011001010111101110011111100111111101101011011110000111111 | c3e6caf73f3fb5bc3f |
UTF-8 | 中峯렭렚擬렲 | 111001001011100010101101111001011011001110101111111010111010000010101101111010111010000010011010111001101001001110101100111010111010000010110010 | e4b8ade5b3afeba0adeba09ae693aceba0b2 |
UHC | 中峯렭렚擬렲 | 111100011110100111011100111001111000111010111010100011101010110111101011111101001000111010111111 | f1e9dce78eba8eadebf48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)