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 | 尺驗示 | 100011101101101011101001100001001000111010100110 | 8edae9848ea6 |
EUC-JP | 尺驗示 | 101111001101110011110001111001001011110010101000 | bcdcf1e4bca8 |
UTF-8 | 尺驗示 | 111001011011000010111010111010011010100110010111111001111010010010111010 | e5b0bae9a997e7a4ba |
UHC | 尺驗示 | 111101001010100111111010110100001110001111000110 | f4a9fad0e3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)