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 | ú©¶» | 111110101010100110001110101101101000111110111011 | faa98eb68fbb |
SJIS-WIN | ???¶?? | 00111111001111110011111110000001111101110011111100111111 | 3f3f3f81f73f3f |
EUC-JP | ú©?¶?? | 1000111110101011111000101000111110100010111011010011111110100010111110010011111100111111 | 8fabe28fa2ed3fa2f93f3f |
UTF-8 | ú©¶» | 110000111011101011000010101010011100001010001110110000101011011011000010100011111100001010111011 | c3bac2a9c28ec2b6c28fc2bb |
UHC | ???¶?? | 00111111001111110011111110100010110100100011111100111111 | 3f3f3fa2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)