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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 粧??艶??^ | 100011111100111100111111001111111000100110010000001111110011111101011110 | 8fcf3f3f89903f3f5e |
EUC-JP | 粧??艶??^ | 101111101101000100111111001111111011000111110000001111110011111101011110 | bed13f3fb1f03f3f5e |
UTF-8 | 粧됳궕艶쀮뒯^ | 11100111101100101010011111101011100100001011001111101010101101101001010111101000100010011011011011101100100000001010111011101011100100101010111101011110 | e7b2a7eb90b3eab695e889b6ec80aeeb92af5e |
UHC | 粧됳궕艶쀮뒯^ | 11101101111100101000100111101110100000101010101011100110111111011001011111101110100010101010100001011110 | edf289ee82aae6fd97ee8aa85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)