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 | ????V?B | 00111111001111110011111100111111010101100011111101000010 | 3f3f3f3f563f42 |
SJIS-WIN | 湿遮湿識V珸B | 100011101011110010001110110101011000111010111100100011101010111101010110111000001110011101000010 | 8ebc8ed58ebc8eaf56e0e742 |
EUC-JP | 湿遮湿識V珸B | 101111001011111010111100110101111011110010111110101111001011000101010110111000001110100101000010 | bcbebcd7bcbebcb156e0e942 |
UTF-8 | 湿遮湿識V珸B | 1110011010111001101111111110100110000001101011101110011010111001101111111110100010101101100110000101011011100111100011111011100001000010 | e6b9bfe981aee6b9bfe8ad9856e78fb842 |
UHC | ?遮?識V?B | 001111111111001110110100001111111110001111011011010101100011111101000010 | 3ff3b43fe3db563f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)