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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?腱?腱^ | 00111111111001000100011000111111111001000100011001011110 | 3fe4463fe4465e |
EUC-JP | ?腱?腱^ | 00111111111001111010011100111111111001111010011101011110 | 3fe7a73fe7a75e |
UTF-8 | 붙腱붙腱^ | 11101011101101101001100111101000100001011011000111101011101101101001100111101000100001011011000101011110 | ebb699e885b1ebb699e885b15e |
UHC | 붙腱붙腱^ | 101110101101100111001011111100101011101011011001110010111111001001011110 | bad9cbf2bad9cbf25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)