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 | 邪糘邪 | 1000111011010111111000101111001011110001110010011000111011010111 | 8ed7e2f2f1c98ed7 |
EUC-JP | 邪糘?邪 | 10111100110110011110010011110100001111111011110011011001 | bcd9e4f43fbcd9 |
UTF-8 | 邪糘邪 | 111010011000001010101010111001111011001110011000111011101000010110000100111010011000001010101010 | e982aae7b398ee8584e982aa |
UHC | 邪??邪 | 110111101111011100111111001111111101111011110111 | def73f3fdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)