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??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 嵭v嵭vB | 1111101010110011111101011110100001110110111110101011001111110101111010000111011001000010 | fab3f5e876fab3f5e87642 |
EUC-JP | 嵭?v嵭?vB | 1000111110111011110111100011111101110110100011111011101111011110001111110111011001000010 | 8fbbde3f768fbbde3f7642 |
UTF-8 | 嵭v嵭vB | 111001011011010110101101111011101001000110010011011101101110010110110101101011011110111010010001100100110111011001000010 | e5b5adee919376e5b5adee91937642 |
UHC | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)