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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬻牙ぞ讌 | 1110001011110110100010011110010110000010101111001110011010100101 | e2f689e582bce6a5 |
EUC-JP | 鬻牙ぞ讌 | 1110010011111000101100101110011110100100101111101110110010100111 | e4f8b2e7a4beeca7 |
UTF-8 | 鬻牙ぞ讌 | 111010011010110010111011111001111000100110011001111000111000000110011110111010001010111010001100 | e9acbbe78999e3819ee8ae8c |
UHC | ?牙ぞ? | 001111111110010010110011101010101011111000111111 | 3fe4b3aabe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)