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 | ???H??? | 00111111001111110011111101001000001111110011111100111111 | 3f3f3f483f3f3f |
SJIS-WIN | テδサHテδ湘 | 11000011100000111100001010111011010010001100001110000011110000101000111111000011 | c383c2bb48c383c28fc3 |
EUC-JP | テδサHテδ湘 | 10001110110000111010011011000100100011101011101101001000100011101100001110100110110001001011111011000101 | 8ec3a6c48ebb488ec3a6c4bec5 |
UTF-8 | テδサHテδ湘 | 1110111110111110100000111100111010110100111011111011110110111011010010001110111110111110100000111100111010110100111001101011100110011000 | efbe83ceb4efbdbb48efbe83ceb4e6b998 |
UHC | ?δ?H?δ湘 | 00111111101001011110010000111111010010000011111110100101111001001101111111001111 | 3fa5e43f483fa5e4dfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)