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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | 駭?????V | 1110100101101110001111110011111100111111001111110011111101010110 | e96e3f3f3f3f3f56 |
EUC-JP | 駭?????V | 1111000111001111001111110011111100111111001111110011111101010110 | f1cf3f3f3f3f3f56 |
UTF-8 | 駭딪킊梨붿콐V | 11101001101001111010110111101011100101001010101011101101100000101000101011101111101001111010001011101011101101101011111111101100101111011001000001010110 | e9a7adeb94aaed828aefa7a2ebb6bfecbd9056 |
UHC | 駭딪킊梨붿콐V | 11111010101101001011010111111010101101001001011011101100101100011001010011101100101100011000110001010110 | fab4b5fab496ecb194ecb18c56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)