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 | 屋b?魏?? | 100010011010111010000010100000100011111111101001101100000011111100111111 | 89ae82823fe9b03f3f |
EUC-JP | 屋b?魏?? | 101100101011000010100011111000100011111111110010101100100011111100111111 | b2b0a3e23ff2b23f3f |
UTF-8 | 屋b뼹魏좈돍 | 111001011011000110001011111011111011110110000010111010111011110010111001111010011010110110001111111011001010001010001000111010111000111110001101 | e5b18befbd82ebbcb9e9ad8feca288eb8f8d |
UHC | 屋b뼹魏좈돍 | 111010001010100110100011111000101001011010111100111010101110000010100000111010011000100110011011 | e8a9a3e296bceae0a0e9899b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)