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 | 柚萌? | 1001011101001101100101100100011100111111 | 974d96473f |
EUC-JP | 柚萌? | 1100110110101110110010111010100000111111 | cdaecba83f |
UTF-8 | 柚萌놔 | 111001101001111110011010111010001001000010001100111010111000011010010100 | e69f9ae8908ceb8694 |
UHC | 柚萌놔 | 111010101111011011011000111100001011001111110110 | eaf6d8f0b3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)