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 | 鮓ッム櫛眈蜆 | 11101001101101101010111111010001100010111111100111100001101111001110010110000100 | e9b6afd18bf9e1bce584 |
EUC-JP | 鮓ッム櫛眈蜆 | 111100101011100010001110101011111000111011010001101101101111101111100010101111101110100111100100 | f2b88eaf8ed1b6fbe2bee9e4 |
UTF-8 | 鮓ッム櫛眈蜆 | 111010011010111010010011111011111011110110101111111011111011111010010001111001101010101110011011111001111001110010001000111010001001110010000110 | e9ae93efbdafefbe91e6ab9be79c88e89c86 |
UHC | ???櫛眈? | 0011111100111111001111111111000111101110111101111010111100111111 | 3f3f3ff1eef7af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)