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 | 茹丞ぜ粨 | 1110010010100101100011111110010110000010101110101110001011101000 | e4a58fe582bae2e8 |
EUC-JP | 茹丞ぜ粨 | 1110100010100111101111101110011110100100101111001110010011101010 | e8a7bee7a4bce4ea |
UTF-8 | 茹丞ぜ粨 | 111010001000110010111001111001001011100010011110111000111000000110011100111001111011001010101000 | e88cb9e4b89ee3819ce7b2a8 |
UHC | 茹丞ぜ? | 11100110101010101110001110101010101010101011110000111111 | e6aae3aaaabc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)