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 | 霈餓椋 | 111010001011110010001001111011001001011010111000 | e8bc89ec96b8 |
EUC-JP | 霈餓椋 | 111100001011111010110010111011101100110010111010 | f0beb2eeccba |
UTF-8 | 霈餓椋 | 111010011001110010001000111010011010010010010011111001101010010010001011 | e99c88e9a493e6a48b |
UHC | ?餓? | 00111111111001001011101100111111 | 3fe4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)