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 | 柚孟? | 1001011101001101100101101101000000111111 | 974d96d03f |
EUC-JP | 柚孟? | 1100110110101110110011001101001000111111 | cdaeccd23f |
UTF-8 | 柚孟렑 | 111001101001111110011010111001011010110110011111111010111010000010010001 | e69f9ae5ad9feba091 |
UHC | 柚孟렑 | 111010101111011011011000111010111000111010100110 | eaf6d8eb8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)