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 | ⅷタ鮟 | 11111010010001111100000011101001101110111111011011101000 | fa47c0e9bbf6e8 |
EUC-JP | ?タ鮟? | 001111111000111011000000111100101011110100111111 | 3f8ec0f2bd3f |
UTF-8 | ⅷタ鮟 | 111000101000010110110111111011111011111010000000111010011010111010011111111011101001010010001111 | e285b7efbe80e9ae9fee948f |
UHC | ⅷ?鮟? | 101001011010100000111111111001001101010100111111 | a5a83fe4d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)