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 | 頏゙モイ | 1110100011110000110111101101001110110010 | e8f0ded3b2 |
EUC-JP | 頏゙モイ | 1111000011110010100011101101111010001110110100111000111010110010 | f0f28ede8ed38eb2 |
UTF-8 | 頏゙モイ | 111010011010000010001111111011111011111010011110111011111011111010010011111011111011110110110010 | e9a08fefbe9eefbe93efbdb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)