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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閨カ貍疲ュ転 | 11101000100000011011011011100110101111001001010011100110101011011001001101011101 | e881b6e6bc94e6ad935d |
EUC-JP | 閨カ貍疲ュ転 | 111011111110000110001110101101101110110010111110110010001110100010001110101011011100010110111110 | efe18eb6ecbec8e88eadc5be |
UTF-8 | 閨カ貍疲ュ転 | 111010011001011010101000111011111011110110110110111010001011001010001101111001111001011010110010111011111011110110101101111010001011101110100010 | e996a8efbdb6e8b28de796b2efbdade8bba2 |
UHC | 閨??疲?? | 1101000010110001001111110011111111111001101010100011111100111111 | d0b13f3ff9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)