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 | 螢徒螢鉄 | 1110010110100011100100110110101111100101101000111001001101010011 | e5a3936be5a39353 |
EUC-JP | 螢徒螢鉄 | 1110101010100101110001011100110011101010101001011100010110110100 | eaa5c5cceaa5c5b4 |
UTF-8 | 螢徒螢鉄 | 111010001001111010100010111001011011111010010010111010001001111010100010111010011000100110000100 | e89ea2e5be92e89ea2e98984 |
UHC | 螢徒螢? | 11111011101010111101001111111001111110111010101100111111 | fbabd3f9fbab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)