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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 迯ィ迴ョ迺「\ | 11100111100011011010100011100111100011111010111011100111100100101010001001011100 | e78da8e78faee792a25c |
EUC-JP | 迯ィ迴ョ迺「\ | 11101101111011011000111010101000111011011110111110001110101011101110110111110010100011101010001001011100 | eded8ea8edef8eaeedf28ea25c |
UTF-8 | 迯ィ迴ョ迺「\ | 11101000101111111010111111101111101111011010100011101000101111111011010011101111101111011010111011101000101111111011101011101111101111011010001001011100 | e8bfafefbda8e8bfb4efbdaee8bfbaefbda25c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)