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 | ¼DM§oBF | 1001000110111100100100100100010010010010010011011001000110100111011011110100001001000110 | 91bc9244924d91a76f4246 |
SJIS-WIN | ???D?M?§oBF | 001111110011111100111111010001000011111101001101001111111000000110011000011011110100001001000110 | 3f3f3f443f4d3f81986f4246 |
EUC-JP | ???D?M?§oBF | 001111110011111100111111010001000011111101001101001111111010000111111000011011110100001001000110 | 3f3f3f443f4d3fa1f86f4246 |
UTF-8 | ¼DM§oBF | 1100001010010001110000101011110011000010100100100100010011000010100100100100110111000010100100011100001010100111011011110100001001000110 | c291c2bcc29244c2924dc291c2a76f4246 |
UHC | ?¼?D?M?§oBF | 00111111101010001111100100111111010001000011111101001101001111111010000111010111011011110100001001000110 | 3fa8f93f443f4d3fa1d76f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)