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 | 礪皺瑁甓 | 1110000111101000111000011011000011100000111011101110000101010001 | e1e8e1b0e0eee151 |
EUC-JP | 礪皺瑁甓 | 1110001011101010111000101011001011100000111100001110000110110010 | e2eae2b2e0f0e1b2 |
UTF-8 | 礪皺瑁甓 | 111001111010010010101010111001111001101010111010111001111001000110000001111001111001010010010011 | e7a4aae79abae79181e79493 |
UHC | 礪皺瑁? | 11010101111011001111010111010100110110011100000100111111 | d5ecf5d4d9c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)