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 | ??外? | 0011111100111111100010100100111100111111 | 3f3f8a4f3f |
EUC-JP | ??外? | 0011111100111111101100111011000000111111 | 3f3fb3b03f |
UTF-8 | 롗둽外렩 | 111010111010000110010111111010111001000110111101111001011010010010010110111010111010000010101001 | eba197eb91bde5a496eba0a9 |
UHC | 롗둽外렩 | 1000111011011011100010100111011011101000111000101000111010110111 | 8edb8a76e8e28eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)