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 | 椰괿 | 111001101010010010110000111010101011010010111111 | e6a4b0eab4bf |
SJIS-WIN | ??°?´? | 0011111100111111100000011000101100111111100000010100110000111111 | 3f3f818b3f814c3f |
EUC-JP | 椰괿 | 10001111101010011100000110001111101000101111000010100001111010111000111110101011101101001010000110101101100011111010001011000100 | 8fa9c18fa2f0a1eb8fabb4a1ad8fa2c4 |
UTF-8 | 椰괿 | 110000111010011011000010101001001100001010110000110000111010101011000010101101001100001010111111 | c3a6c2a4c2b0c3aac2b4c2bf |
UHC | 椰?´¿ | 1010100110100001101000101011010010100001110001100011111110100010101001011010001010101111 | a9a1a2b4a1c63fa2a5a2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)