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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螢戊床 | 111001011010001110010101111010001000111110110000 | e5a395e88fb0 |
EUC-JP | 螢戊床 | 111010101010010111001010111010101011111010110010 | eaa5caeabeb2 |
UTF-8 | 螢戊床 | 111010001001111010100010111001101000100010001010111001011011101010001010 | e89ea2e6888ae5ba8a |
UHC | 螢戊床 | 111110111010101111011001111001101101111111001001 | fbabd9e6dfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)