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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隘樊凵鬨 | 1110100010100101100111101110011010011001100000011110100110101000 | e8a59ee69981e9a8 |
EUC-JP | 隘樊凵鬨 | 1111000010100111110111001110100011010001111000011111001010101010 | f0a7dce8d1e1f2aa |
UTF-8 | 隘樊凵鬨 | 111010011001101010011000111001101010100010001010111001011000011110110101111010011010110010101000 | e99a98e6a88ae587b5e9aca8 |
UHC | 隘樊?? | 111001001111011011011011111000000011111100111111 | e4f6dbe03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)