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 | è¼ì°¾ | 111010001011110010001001111011001011000010111110 | e8bc89ecb0be |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | è??ì°? | 1000111110101011101100100011111100111111100011111010101111000000101000011110101100111111 | 8fabb23f3f8fabc0a1eb3f |
UTF-8 | è¼ì°¾ | 110000111010100011000010101111001100001010001001110000111010110011000010101100001100001010111110 | c3a8c2bcc289c3acc2b0c2be |
UHC | ?¼??°¾ | 001111111010100011111001001111110011111110100001110001101010100011111010 | 3fa8f93f3fa1c6a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)