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 | ??_ | 001111110011111101011111 | 3f3f5f |
SJIS-WIN | 村袖_ | 1001000110111010100100011011001101011111 | 91ba91b35f |
EUC-JP | 村袖_ | 1100001010111100110000101011010101011111 | c2bcc2b55f |
UTF-8 | 村袖_ | 11100110100111011001000111101000101000101001011001011111 | e69d91e8a2965f |
UHC | 村袖_ | 1111010110111101111000101100000001011111 | f5bde2c05f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)