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 | 諶??粹 | 111110111010101000111111001111111110001011101101 | fbaa3f3fe2ed |
EUC-JP | 諶??粹 | 10001111110111101011010100111111001111111110010011101111 | 8fdeb53f3fe4ef |
UTF-8 | 諶깈꽣粹 | 111010001010101110110110111010101011100110001000111010101011110110100011111001111011001010111001 | e8abb6eab988eabda3e7b2b9 |
UHC | 諶깈꽣粹 | 1110010010100110100000111000011110000100101100001110001010110110 | e4a6838784b0e2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)