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 | ຼ®¼¥ | 111000001011101010111100101011101011110010100101 | e0babcaebca5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | àº?®?? | 100011111010101110100010100011111010001011101011001111111000111110100010111011100011111100111111 | 8faba28fa2eb3f8fa2ee3f3f |
UTF-8 | ຼ®¼¥ | 110000111010000011000010101110101100001010111100110000101010111011000010101111001100001010100101 | c3a0c2bac2bcc2aec2bcc2a5 |
UHC | ?º¼®¼? | 00111111101010001010110010101000111110011010001011100111101010001111100100111111 | 3fa8aca8f9a2e7a8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)