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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???摺^ | 001111110011111100111111100100001010000001011110 | 3f3f3f90a05e |
EUC-JP | ???摺^ | 001111110011111100111111110000001010001001011110 | 3f3f3fc0a25e |
UTF-8 | 룶⅝룫摺^ | 11101011101000111011011011100010100001011001110111101011101000111010101111100110100100011011101001011110 | eba3b6e2859deba3abe691ba5e |
UHC | 룶⅝룫摺^ | 100011111010101110101000111111011000111110100010111011111100100101011110 | 8faba8fd8fa2efc95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)