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 | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 陽鶺韲V | 10010111011110101110101001010100111010001110110001010110 | 977aea54e8ec56 |
EUC-JP | 陽鶺韲V | 11001101110110111111001110110101111100001110111001010110 | cddbf3b5f0ee56 |
UTF-8 | 陽鶺韲V | 11101001100110011011110111101001101101101011101011101001100111111011001001010110 | e999bde9b6bae99fb256 |
UHC | 陽??V | 1110010111010101001111110011111101010110 | e5d53f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)