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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蔚?新?碼 | 1000100101010101001111111001000001010110001111111110000111111001 | 89553f90563fe1f9 |
EUC-JP | 蔚?新?碼 | 1011000110110110001111111011111110110111001111111110001011111011 | b1b63fbfb73fe2fb |
UTF-8 | 蔚렞新쿠碼 | 111010001001010010011010111010111010000010011110111001101001011010110000111011001011111110100000111001111010001010111100 | e8949aeba09ee696b0ecbfa0e7a2bc |
UHC | 蔚렞新쿠碼 | 11101010101001011000111010101111111000111110011011000100111011011101100010100111 | eaa58eafe3e6c4edd8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)