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 | 渦d?瑤?? | 100010010101000110000010100001000011111111101010101000100011111100111111 | 895182843feaa23f3f |
EUC-JP | 渦d?瑤?? | 101100011011001010100011111001000011111111110100101001000011111100111111 | b1b2a3e43ff4a43f3f |
UTF-8 | 渦d툑瑤녘떞 | 111001101011100010100110111011111011110110000100111011011000100010010001111001111001000110100100111010111000010110011000111010111001011010011110 | e6b8a6efbd84ed8891e791a4eb8598eb969e |
UHC | 渦d툑瑤녘떞 | 111010001011111010100011111001001011100010001000111010001111110110110011111010001000101110110100 | e8bea3e4b888e8fdb3e88bb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)