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 | 氈?雄? | 100111111000000100111111100101110101100100111111 | 9f813f97593f |
EUC-JP | 氈?雄? | 110111011110000100111111110011011011101000111111 | dde13fcdba3f |
UTF-8 | 氈렪雄樓 | 111001101011000010001000111010111010000010101010111010011001101110000100111011111010010110001100 | e6b088eba0aae99b84efa58c |
UHC | 氈렪雄樓 | 1110111011111101100011101011100011101010101010011101001011100110 | eefd8eb8eaa9d2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)