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 | 驕呷貯峵 | 1110100110000001100110011110110010010010100110011111101010101110 | e98199ec9299faae |
EUC-JP | 驕呷貯? | 11110001111000011101001011101110110000111111100100111111 | f1e1d2eec3f93f |
UTF-8 | 驕呷貯峵 | 111010011010100110010101111001011001000110110111111010001011001010101111111001011011001110110101 | e9a995e591b7e8b2afe5b3b5 |
UHC | 驕?貯? | 110011101111011000111111111011101100110100111111 | cef63feecd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)