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 | 将藉宵蜿「テ | 10001111101010111110010101010011100011111010101011100101100011111010001011000011 | 8fabe5538faae58fa2c3 |
EUC-JP | 将藉宵蜿「テ | 101111101010110111101001101101001011111010101100111010011110111110001110101000101000111011000011 | beade9b4beace9ef8ea28ec3 |
UTF-8 | 将藉宵蜿「テ | 111001011011000010000110111010001001011110001001111001011010111010110101111010001001110010111111111011111011110110100010111011111011111010000011 | e5b086e89789e5aeb5e89cbfefbda2efbe83 |
UHC | ?藉宵??? | 0011111111101101101111101110000110110010001111110011111100111111 | 3fedbee1b23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)