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 | 将藉宵蜿ェ乕 | 1000111110101011111001010101001110001111101010101110010110001111101010101110010101101000 | 8fabe5538faae58faae568 |
EUC-JP | 将藉宵蜿ェ乕 | 101111101010110111101001101101001011111010101100111010011110111110001110101010101110100111001001 | beade9b4beace9ef8eaae9c9 |
UTF-8 | 将藉宵蜿ェ乕 | 111001011011000010000110111010001001011110001001111001011010111010110101111010001001110010111111111011111011110110101010111001001011100110010101 | e5b086e89789e5aeb5e89cbfefbdaae4b995 |
UHC | ?藉宵??? | 0011111111101101101111101110000110110010001111110011111100111111 | 3fedbee1b23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)