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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜊ィ逋瑚洳 | 111001011000110110101000111001111001100110001100111010001001111110101100 | e58da8e7998ce89fac |
EUC-JP | 蜊ィ逋瑚洳 | 11101001111011011000111010101000111011011111100110111000111010101101111010101110 | e9ed8ea8edf9b8eadeae |
UTF-8 | 蜊ィ逋瑚洳 | 111010001001110010001010111011111011110110101000111010011000000010001011111001111001000110011010111001101011010010110011 | e89c8aefbda8e9808be7919ae6b4b3 |
UHC | ??逋瑚? | 00111111001111111111100011100111111110111101000100111111 | 3f3ff8e7fbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)