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 | ñà¶ê¬¾ | 1111000111100000100011101011011011101010101011001000111010111110 | f1e08eb6eaac8ebe |
SJIS-WIN | ???¶?¬?? | 00111111001111110011111110000001111101110011111110000001110010100011111100111111 | 3f3f3f81f73f81ca3f3f |
EUC-JP | ñà?¶ê¬?? | 10001111101010111101000010001111101010111010001000111111101000101111100110001111101010111011010010100010110011000011111100111111 | 8fabd08faba23fa2f98fabb4a2cc3f3f |
UTF-8 | ñà¶ê¬¾ | 11000011101100011100001110100000110000101000111011000010101101101100001110101010110000101010110011000010100011101100001010111110 | c3b1c3a0c28ec2b6c3aac2acc28ec2be |
UHC | ???¶???¾ | 00111111001111110011111110100010110100100011111100111111001111111010100011111010 | 3f3f3fa2d23f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)