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 | 稟耕蹈闇 | 1110001001100111100011010110101111100111010001001000100011000101 | e2678d6be74488c5 |
EUC-JP | 稟耕蹈闇 | 1110001111001000101110011100110011101101101001011011000011000111 | e3c8b9cceda5b0c7 |
UTF-8 | 稟耕蹈闇 | 111001111010100010011111111010001000000010010101111010001011100110001000111010011001011110000111 | e7a89fe88095e8b988e99787 |
UHC | 稟耕蹈闇 | 1111100110100010110011001110100111010100101100001110010011100001 | f9a2cce9d4b0e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)