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 | 将磊宵イ | 10001111101010111110000111111011100011111010101010110010 | 8fabe1fb8faab2 |
EUC-JP | 将磊宵イ | 1011111010101101111000101111110110111110101011001000111010110010 | beade2fdbeac8eb2 |
UTF-8 | 将磊宵イ | 111001011011000010000110111001111010001110001010111001011010111010110101111011111011110110110010 | e5b086e7a38ae5aeb5efbdb2 |
UHC | ?磊宵? | 001111111101011011110000111000011011001000111111 | 3fd6f0e1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)