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 | 1001001110010101100011101110110001110110100100111001010110001110111011000111011001000010 | 93958eec7693958eec7642 |
EUC-JP | 燈珠v燈珠vB | 1100010111110101101111001110111001110110110001011111010110111100111011100111011001000010 | c5f5bcee76c5f5bcee7642 |
UTF-8 | 燈珠v燈珠vB | 111001111000011110001000111001111000111110100000011101101110011110000111100010001110011110001111101000000111011001000010 | e78788e78fa076e78788e78fa07642 |
UHC | 燈珠v燈珠vB | 1101010011110011111100011100000101110110110101001111001111110001110000010111011001000010 | d4f3f1c176d4f3f1c17642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)