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 | 辿造箪但 | 1001001001001000100100011010001010010010010111001001001001000001 | 924891a2925c9241 |
EUC-JP | 辿造箪但 | 1100001110101001110000101010010011000011101111011100001110100010 | c3a9c2a4c3bdc3a2 |
UTF-8 | 辿造箪但 | 111010001011111010111111111010011000000010100000111001111010111010101010111001001011110110000110 | e8bebfe980a0e7aeaae4bd86 |
UHC | ?造?但 | 001111111111000011100011001111111101001110100011 | 3ff0e33fd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)