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 | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 疾鋧ネ鰤チK | 1111000111100000100011101011111011111011110011111100100011101001110111001100000101001011 | f1e08ebefbcfc8e9dcc14b |
EUC-JP | ?疾鋧ネ鰤チK | 00111111101111001100000010001111111001001100101110001110110010001111001011011110100011101100000101001011 | 3fbcc08fe4cb8ec8f2de8ec14b |
UTF-8 | 疾鋧ネ鰤チK | 11101110100001011001101111100111100101101011111011101001100010111010011111101111101111101000100011101001101100001010010011101111101111101000000101001011 | ee859be796bee98ba7efbe88e9b0a4efbe814b |
UHC | ?疾????K | 0011111111110010111100000011111100111111001111110011111101001011 | 3ff2f03f3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)