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 | ?鬚邪嫉 | 00111111111010011010001010001110110101111000111010111001 | 3fe9a28ed78eb9 |
EUC-JP | 瀷鬚邪嫉 | 100011111100100110110100111100101010010010111100110110011011110010111011 | 8fc9b4f2a4bcd9bcbb |
UTF-8 | 瀷鬚邪嫉 | 111001111000000010110111111010011010110010011010111010011000001010101010111001011010101110001001 | e780b7e9ac9ae982aae5ab89 |
UHC | 瀷鬚邪嫉 | 1110110011001011111000101101000111011110111101111111001011101100 | eccbe2d1def7f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)