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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 外??憶? | 10001010010011110011111100111111100010011010111100111111 | 8a4f3f3f89af3f |
EUC-JP | 外??憶? | 10110011101100000011111100111111101100101011000100111111 | b3b03f3fb2b13f |
UTF-8 | 外㎩읃憶놣 | 111001011010010010010110111000111000111010101001111011001001110110000011111001101000011010110110111010111000011010100011 | e5a496e38ea9ec9d83e686b6eb86a3 |
UHC | 外㎩읃憶놣 | 11101000111000101010011111100101100111111011101011100101111000111000011101000110 | e8e2a7e59fbae5e38746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)