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 | 崖ラゴ | 100010100101001010000011100010011000001101010011 | 8a5283898353 |
EUC-JP | 崖ラゴ | 101100111011001110100101111010011010010110110100 | b3b3a5e9a5b4 |
UTF-8 | 崖ラゴ | 111001011011010010010110111000111000001110101001111000111000001010110100 | e5b496e383a9e382b4 |
UHC | 崖ラゴ | 111001001111000010101011111010011010101110110100 | e4f0abe9abb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)