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 | 鋧フ魍 | 11111011110011111100110011101001101100011111100111100100 | fbcfcce9b1f9e4 |
EUC-JP | 鋧フ魍? | 1000111111100100110010111000111011001100111100101011001100111111 | 8fe4cb8eccf2b33f |
UTF-8 | 鋧フ魍 | 111010011000101110100111111011111011111010001100111010011010110110001101111011101001110010111111 | e98ba7efbe8ce9ad8dee9cbf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)