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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蘂?┬蘂? | 1110010101000001001111111000010010100110111001010100000100111111 | e5413f84a6e5413f |
EUC-JP | 蘂?┬蘂? | 1110100110100010001111111010100010101000111010011010001000111111 | e9a23fa8a8e9a23f |
UTF-8 | 蘂⅛┬蘂⅛ | 111010001001100010000010111000101000010110011011111000101001010010101100111010001001100010000010111000101000010110011011 | e89882e2859be294ace89882e2859b |
UHC | 蘂⅛┬蘂⅛ | 11100111110111101010100011111011101001101010100011100111110111101010100011111011 | e7dea8fba6a8e7dea8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)