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 | 式紗イ鏆シ | 11110001111011011000111010101110100011101101000110110010111110111110001010111100 | f1ed8eae8ed1b2fbe2bc |
EUC-JP | ?式紗イ鏆シ | 001111111011110010110000101111001101001110001110101100101000111111100101101111111000111010111100 | 3fbcb0bcd38eb28fe5bf8ebc |
UTF-8 | 式紗イ鏆シ | 111011101000010110101000111001011011110010001111111001111011010010010111111011111011110110110010111010011000111110000110111011111011110110111100 | ee85a8e5bc8fe7b497efbdb2e98f86efbdbc |
UHC | ?式紗??? | 0011111111100011110100101101111011101001001111110011111100111111 | 3fe3d2dee93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)