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 | 螢鯉ィ | 1110010110100011100011001110111110101000 | e5a38cefa8 |
EUC-JP | 螢鯉ィ | 111010101010010110111000111100011000111010101000 | eaa5b8f18ea8 |
UTF-8 | 螢鯉ィ | 111010001001111010100010111010011010111110001001111011111011110110101000 | e89ea2e9af89efbda8 |
UHC | 螢鯉? | 1111101110101011110101111110111100111111 | fbabd7ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)