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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ???喩?] | 00111111001111110011111110011010011001110011111101011101 | 3f3f3f9a673f5d |
EUC-JP | ???喩?] | 00111111001111110011111111010011110010000011111101011101 | 3f3f3fd3c83f5d |
UTF-8 | 輦깅벉喩쁐] | 11101111101001101001100011101010101110011000010111101011101100101000100111100101100101101010100111101100100000011001000001011101 | efa698eab985ebb289e596a9ec81905d |
UHC | 輦깅벉喩쁐] | 1110011011100100101100011110101110010011101011001110101011100111100110000101000101011101 | e6e4b1eb93aceae798515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)