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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鋓ハ鋻サウ | 111110111101011011001010111110111101100111111001100011111011101110110011 | fbd6cafbd9f98fbbb3 |
EUC-JP | 鋓ハ鋻?サウ | 10001111111001001011111110001110110010101000111111100100110100010011111110001110101110111000111010110011 | 8fe4bf8eca8fe4d13f8ebb8eb3 |
UTF-8 | 鋓ハ鋻サウ | 111010011000101110010011111011111011111010001010111010011000101110111011111011101001101110101010111011111011110110111011111011111011110110110011 | e98b93efbe8ae98bbbee9baaefbdbbefbdb3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)