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 | 鬲エ譎、ホ。\ | 111010011010110110110100111001101001100110100100110011101010000101011100 | e9adb4e699a4cea15c |
EUC-JP | 鬲エ譎、ホ。\ | 11110010101011111000111010110100111010111111100110001110101001001000111011001110100011101010000101011100 | f2af8eb4ebf98ea48ece8ea15c |
UTF-8 | 鬲エ譎、ホ。\ | 11101001101011001011001011101111101111011011010011101000101011011000111011101111101111011010010011101111101111101000111011101111101111011010000101011100 | e9acb2efbdb4e8ad8eefbda4efbe8eefbda15c |
UHC | ??譎???\ | 0011111100111111111111011101001000111111001111110011111101011100 | 3f3ffdd23f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)