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 | 襠馴擠跼 | 1110010111111011100100111110100110011101101010011110011011110000 | e5fb93e99da9e6f0 |
EUC-JP | 襠馴擠跼 | 1110101011111101110001101110101111011010101010111110110011110010 | eafdc6ebdaabecf2 |
UTF-8 | 襠馴擠跼 | 111010001010010110100000111010011010011010110100111001101001001110100000111010001011011110111100 | e8a5a0e9a6b4e693a0e8b7bc |
UHC | ?馴?? | 0011111111100010111110000011111100111111 | 3fe2f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)