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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ◆??ォ | 100000011001111100111111001111111000001101001000 | 819f3f3f8348 |
EUC-JP | ◆??ォ | 101000101010000100111111001111111010010110101001 | a2a13f3fa5a9 |
UTF-8 | ◆룶콓ォ | 111000101001011110000110111010111010001110110110111011001011110110010011111000111000001010101001 | e29786eba3b6ecbd93e382a9 |
UHC | ◆룶콓ォ | 1010000111011111100011111010101110110001100011111010101110101001 | a1df8fabb18faba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)