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 | 驤ケ雖頴 | 11101001100010001011100111100101101010111000100101101111 | e988b9e5ab896f |
EUC-JP | 驤ケ雖頴 | 1111000111101000100011101011100111101010101011011011000111010000 | f1e88eb9eaadb1d0 |
UTF-8 | 驤ケ雖頴 | 111010011010100110100100111011111011110110111001111010011001101110010110111010011010000010110100 | e9a9a4efbdb9e99b96e9a0b4 |
UHC | ??雖? | 0011111100111111111000101100110000111111 | 3f3fe2cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)