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 | 邯酉育阜 | 1110011110110110100100111101000110001000111001111001010110001100 | e7b693d188e7958c |
EUC-JP | 邯酉育阜 | 1110111010111000110001101101001110110000111010011100100111101100 | eeb8c6d3b0e9c9ec |
UTF-8 | 邯酉育阜 | 111010011000001010101111111010011000010110001001111010001000001010110010111010011001100010011100 | e982afe98589e882b2e9989c |
UHC | 邯酉育阜 | 1100101011111011111010111011011111101011110000001101110110111101 | cafbebb7ebc0ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)