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 | 隱橸ァィ | 11101000101010101001111011101111101001111000001101000010 | e8aa9eefa78342 |
EUC-JP | 隱橸ァィ | 1111000010101100110111001111000110001110101001111010010110100011 | f0acdcf18ea7a5a3 |
UTF-8 | 隱橸ァィ | 111010011001101010110001111001101010100110111000111011111011110110100111111000111000001010100011 | e99ab1e6a9b8efbda7e382a3 |
UHC | 隱??ィ | 111010111101111100111111001111111010101110100011 | ebdf3f3faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)