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 | 爵筝髙嫉室杓 | 100011101101110111100010101101101111101111111100100011101011100110001110101110101000111011011011 | 8edde2b6fbfc8eb98eba8edb |
EUC-JP | 爵筝?嫉室杓 | 1011110011011111111001001011100000111111101111001011101110111100101111001011110011011101 | bcdfe4b83fbcbbbcbcbcdd |
UTF-8 | 爵筝髙嫉室杓 | 111001111000100010110101111001111010110110011101111010011010101110011001111001011010101110001001111001011010111010100100111001101001110110010011 | e788b5e7ad9de9ab99e5ab89e5aea4e69d93 |
UHC | 爵??嫉室杓 | 11101101110010010011111100111111111100101110110011100011111110001111100011110101 | edc93f3ff2ece3f8f8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)