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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膀括О | 111001000100111010001010100001111000010001001111 | e44e8a87844f |
EUC-JP | 膀括О | 111001111010111110110011111001111010011110110000 | e7afb3e7a7b0 |
UTF-8 | 膀括О | 1110100010000110100000001110011010001011101011001101000010011110 | e88680e68bacd09e |
UHC | 膀括О | 110110111011100111001110110000001010110010110000 | dbb9cec0acb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)