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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 羝炳羆疣LB | 11100011101101101110000001111010111000111010111111100001011011100100110001000010 | e3b6e07ae3afe16e4c42 |
EUC-JP | 羝炳羆疣LB | 11100110101110001101111111011011111001101011000111100001110011110100110001000010 | e6b8dfdbe6b1e1cf4c42 |
UTF-8 | 羝炳羆疣LB | 1110011110111110100111011110011110000010101100111110011110111110100001101110011110010110101000110100110001000010 | e7be9de782b3e7be86e796a34c42 |
UHC | ?炳??LB | 00111111110111001011100100111111001111110100110001000010 | 3fdcb93f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)