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 | 1110011110000111100010010111110101110110111001111000011110001001011111010111011001000010 | e787897d76e787897d7642 |
EUC-JP | 辯厭v辯厭vB | 1110110111100111101100011101111001110110111011011110011110110001110111100111011001000010 | ede7b1de76ede7b1de7642 |
UTF-8 | 辯厭v辯厭vB | 111010001011111010101111111001011000111010101101011101101110100010111110101011111110010110001110101011010111011001000010 | e8beafe58ead76e8beafe58ead7642 |
UHC | 辯厭v辯厭vB | 1101110010101010111001101111010001110110110111001010101011100110111101000111011001000010 | dcaae6f476dcaae6f47642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)