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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 栽?蠢? | 100011011100110100111111111001011011111100111111 | 8dcd3fe5bf3f |
EUC-JP | 栽?蠢? | 101110101100111100111111111010101100000100111111 | bacf3feac13f |
UTF-8 | 栽렑蠢렦 | 111001101010000010111101111010111010000010010001111010001010000010100010111010111010000010100110 | e6a0bdeba091e8a0a2eba0a6 |
UHC | 栽렑蠢렦 | 1110111010101000100011101010011011110001111000111000111010110101 | eea88ea6f1e38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)