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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
EUC-JP | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
UTF-8 | 묹뫗뭊뫛K | 11101011101011001011100111101011101010111001011111101011101011011000101011101011101010111001101101001011 | ebacb9ebab97ebad8aebab9b4b |
UHC | 묹뫗뭊뫛K | 100100100100110010010001101110011001001001010101100100011011101101001011 | 924c91b9925591bb4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)