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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 罌??壹?\ | 1110001110100000001111110011111110011010111000110011111101011100 | e3a03f3f9ae33f5c |
EUC-JP | 罌??壹?\ | 1110011010100010001111110011111111010100111001010011111101011100 | e6a23f3fd4e53f5c |
UTF-8 | 罌삳떥壹킠\ | 11100111101111011000110011101100100000101011001111101011100101101010010111100101101000111011100111101101100000101010000001011100 | e7bd8cec82b3eb96a5e5a3b9ed82a05c |
UHC | 罌삳떥壹킠\ | 1110010110100010101110111110101110001011101110001110110011101100101101010100110001011100 | e5a2bbeb8bb8ececb54c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)