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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 佑樂] | 1001011101000011100111101101100101011101 | 97439ed95d |
EUC-JP | 佑樂] | 1100110110100100110111001101101101011101 | cda4dcdb5d |
UTF-8 | 佑樂] | 11100100101111011001000111100110101010001000001001011101 | e4bd91e6a8825d |
UHC | 佑樂] | 1110100111001110111001001100010101011101 | e9cee4c55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)