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 | 聰偉血牽 | 1110001111100000100010001100110010001100100011001000110010100001 | e3e088cc8c8c8ca1 |
EUC-JP | 聰偉血牽 | 1110011011100010101100001100111010110111111011001011100010100011 | e6e2b0ceb7ecb8a3 |
UTF-8 | 聰偉血牽 | 111010001000000110110000111001011000000110001001111010001010000110000000111001111000100110111101 | e881b0e58189e8a180e789bd |
UHC | 聰偉血牽 | 1111010111000110111010101100100111111010111011001100110010110010 | f5c6eac9faecccb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)