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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蹄烽??雨? | 100100101111101111100000100000100011111100111111100010010100101000111111 | 92fbe0823f3f894a3f |
EUC-JP | 蹄烽??雨? | 110001001111110111011111111000100011111100111111101100011010101100111111 | c4fddfe23f3fb1ab3f |
UTF-8 | 蹄烽렭렏雨렦 | 111010001011100110000100111001111000001110111101111010111010000010101101111010111010000010001111111010011001101110101000111010111010000010100110 | e8b984e783bdeba0adeba08fe99ba8eba0a6 |
UHC | 蹄烽렭렏雨렦 | 111100001011010011011100111010111000111010111010100011101010010111101001111010111000111010110101 | f0b4dceb8eba8ea5e9eb8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)