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 | 騾朱≠鬲 | 1110100110000000100011101110100110000001100000101110100110101101 | e9808ee98182e9ad |
EUC-JP | 騾朱≠鬲 | 1111000111100000101111001110101110100001111000101111001010101111 | f1e0bceba1e2f2af |
UTF-8 | 騾朱≠鬲 | 111010011010100010111110111001101001110010110001111000101000100110100000111010011010110010110010 | e9a8bee69cb1e289a0e9acb2 |
UHC | ?朱≠? | 001111111111000110111001101000011100000100111111 | 3ff1b9a1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)