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 | 脱卒辰其 | 1001001001000101100100011011001010010010010000111001000110110100 | 924591b2924391b4 |
EUC-JP | 脱卒辰其 | 1100001110100110110000101011010011000011101001001100001010110110 | c3a6c2b4c3a4c2b6 |
UTF-8 | 脱卒辰其 | 111010001000010010110001111001011000110110010010111010001011111010110000111001011000010110110110 | e884b1e58d92e8beb0e585b6 |
UHC | ?卒辰其 | 00111111111100001110111111110010111000111101000011101100 | 3ff0eff2e3d0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)