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 | 閾醍ー」 | 111010001000011110010001111001111011000010100011 | e88791e7b0a3 |
EUC-JP | 閾醍ー」 | 1110111111100111110000101110100110001110101100001000111010100011 | efe7c2e98eb08ea3 |
UTF-8 | 閾醍ー」 | 111010011001011010111110111010011000011010001101111011111011110110110000111011111011110110100011 | e996bee9868defbdb0efbda3 |
UHC | ?醍?? | 0011111111110000101101010011111100111111 | 3ff0b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)