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 | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
SJIS-WIN | 獄??穩??_ | 100011011001011000111111001111111110001001110010001111110011111101011111 | 8d963f3fe2723f3f5f |
EUC-JP | 獄??穩??_ | 101110011111011000111111001111111110001111010011001111110011111101011111 | b9f63f3fe3d33f3f5f |
UTF-8 | 獄깍쉴穩븝숯_ | 11100111100011011000010011101010101110011000110111101100100010011011010011100111101010011010100111101011101110001001110111101100100010001010111101011111 | e78d84eab98dec89b4e7a9a9ebb89dec88af5f |
UHC | 獄깍쉴穩븝숯_ | 11101000101010111011000111101111101111011010111111101000101100011011101011101111101111011010000101011111 | e8abb1efbdafe8b1baefbda15f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)