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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遽ゥ遒醍ッゥ | 111001111010111110101001111001111010001010010001111001111010111110101001 | e7afa9e7a291e7afa9 |
EUC-JP | 遽ゥ遒醍ッゥ | 111011101011000110001110101010011110111010100100110000101110100110001110101011111000111010101001 | eeb18ea9eea4c2e98eaf8ea9 |
UTF-8 | 遽ゥ遒醍ッゥ | 111010011000000110111101111011111011110110101001111010011000000110010010111010011000011010001101111011111011110110101111111011111011110110101001 | e981bdefbda9e98192e9868defbdafefbda9 |
UHC | 遽??醍?? | 1100101111101000001111110011111111110000101101010011111100111111 | cbe83f3ff0b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)