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 | 隘鯉セ晨 | 11101000101001011000110011101111101111101001110111101101 | e8a58cefbe9ded |
EUC-JP | 隘鯉セ晨 | 1111000010100111101110001111000110001110101111101101101011101111 | f0a7b8f18ebedaef |
UTF-8 | 隘鯉セ晨 | 111010011001101010011000111010011010111110001001111011111011110110111110111001101001100110101000 | e99a98e9af89efbdbee699a8 |
UHC | 隘鯉?晨 | 11100100111101101101011111101111001111111110001111100111 | e4f6d7ef3fe3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)