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 | 靖?駿??? | 1001011011110101001111111000111101111000001111110011111100111111 | 96f53f8f783f3f3f |
EUC-JP | 靖?駿??? | 1100110011110111001111111011110111011001001111110011111100111111 | ccf73fbdd93f3f3f |
UTF-8 | 靖렞駿쇗렱렚 | 111010011001110110010110111010111010000010011110111010011010011110111111111011001000011110010111111010111010000010110001111010111010000010011010 | e99d96eba09ee9a7bfec8797eba0b1eba09a |
UHC | 靖렞駿쇗렱렚 | 111011111111111010001110101011111111000111100111101111001110011010001110101111101000111010101101 | effe8eaff1e7bce68ebe8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)