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 | 轜э就苜 | 1110011101111110100001001000111110001111010000011110010010011100 | e77e848f8f41e49c |
EUC-JP | 轜э就苜 | 1110110111011111101001111110111110111101101000101110011111111100 | eddfa7efbda2e7fc |
UTF-8 | 轜э就苜 | 1110100010111101100111001101000110001101111001011011000010110001111010001000101110011100 | e8bd9cd18de5b0b1e88b9c |
UHC | ?э就? | 001111111010110011101111111101101010011000111111 | 3faceff6a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)