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 | 悽??灑? | 10011100101011000011111100111111111000000111001000111111 | 9cac3f3fe0723f |
EUC-JP | 悽??灑? | 11011000101011100011111100111111110111111101001100111111 | d8ae3f3fdfd33f |
UTF-8 | 悽선씔灑렖 | 111001101000001010111101111011001000010010100000111011001001010010010100111001111000000110010001111010111010000010010110 | e682bdec84a0ec9494e78191eba096 |
UHC | 悽선씔灑렖 | 11110100101001001011110010110001101111101011110011100001111011101000111010101011 | f4a4bcb1bebce1ee8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)