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 | 聨需か茘 | 1110001111011101100011101111100110000010101010011110010010101011 | e3dd8ef982a9e4ab |
EUC-JP | 聨需か茘 | 1110011011011111101111001111101110100100101010111110100010101101 | e6dfbcfba4abe8ad |
UTF-8 | 聨需か茘 | 111010001000000110101000111010011001110010000000111000111000000110001011111010001000110010011000 | e881a8e99c80e3818be88c98 |
UHC | ?需か? | 001111111110001011001101101010101010101100111111 | 3fe2cdaaab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)