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 | 助?遣? | 100011111001010100111111100011001010110100111111 | 8f953f8cad3f |
EUC-JP | 助?遣? | 101111011111010100111111101110001010111100111111 | bdf53fb8af3f |
UTF-8 | 助뀌遣뤊 | 111001011000101010101001111010111000000010001100111010011000000110100011111010111010010010001010 | e58aa9eb808ce981a3eba48a |
UHC | 助뀌遣뤊 | 1111000010111110101100101110111011001100101110101000111110111010 | f0beb2eeccba8fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)