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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 趾?銜\ | 111001101110010000111111111001111111000001011100 | e6e43fe7f05c |
EUC-JP | 趾?銜\ | 111011001110011000111111111011101111001001011100 | ece63feef25c |
UTF-8 | 趾랐銜\ | 11101000101101101011111011101011100111101001000011101001100010101001110001011100 | e8b6beeb9e90e98a9c5c |
UHC | 趾랐銜\ | 11110010101111111011011011111010111110011110011101011100 | f2bfb6faf9e75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)