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 | 聨需が莖 | 1110001111011101100011101111100110000010101010101110010010110001 | e3dd8ef982aae4b1 |
EUC-JP | 聨需が莖 | 1110011011011111101111001111101110100100101011001110100010110011 | e6dfbcfba4ace8b3 |
UTF-8 | 聨需が莖 | 111010001000000110101000111010011001110010000000111000111000000110001100111010001000111010010110 | e881a8e99c80e3818ce88e96 |
UHC | ?需が莖 | 00111111111000101100110110101010101011001100110011101100 | 3fe2cdaaacccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)