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 | 薰ォ謔蛾エェ | 111110111001111010101011111001101000001010001001111010011011010010101010 | fb9eabe68289e9b4aa |
EUC-JP | ?ォ謔蛾エェ | 0011111110001110101010111110101111100010101100101110101110001110101101001000111010101010 | 3f8eabebe2b2eb8eb48eaa |
UTF-8 | 薰ォ謔蛾エェ | 111010001001011010110000111011111011110110101011111010001010110010010100111010001001101110111110111011111011110110110100111011111011110110101010 | e896b0efbdabe8ac94e89bbeefbdb4efbdaa |
UHC | 薰?謔蛾?? | 111111011011100100111111111110011100110011100100101101100011111100111111 | fdb93ff9cce4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)