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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 式鋓璽B | 111100011110000110001110101011101111101111010110100011101010001101000010 | f1e18eaefbd68ea342 |
EUC-JP | ?式鋓璽B | 001111111011110010110000100011111110010010111111101111001010010101000010 | 3fbcb08fe4bfbca542 |
UTF-8 | 式鋓璽B | 11101110100001011001110011100101101111001000111111101001100010111001001111100111100100101011110101000010 | ee859ce5bc8fe98b93e792bd42 |
UHC | ?式?璽B | 00111111111000111101001000111111110111111101111001000010 | 3fe3d23fdfde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)