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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 而瓏?? | 100011101010011111100000111110100011111100111111 | 8ea7e0fa3f3f |
EUC-JP | 而瓏?? | 101111001010100111100000111111000011111100111111 | bca9e0fc3f3f |
UTF-8 | 而瓏렟렩 | 111010001000000010001100111001111001001110001111111010111010000010011111111010111010000010101001 | e8808ce7938feba09feba0a9 |
UHC | 而瓏렟렩 | 1110110010111011110101101110101010001110101100001000111010110111 | ecbbd6ea8eb08eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)