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 | å·½Nå·½ | 11100101101101111011110101001110111001011011011110111101 | e5b7bd4ee5b7bd |
SJIS-WIN | ???N??? | 00111111001111110011111101001110001111110011111100111111 | 3f3f3f4e3f3f3f |
EUC-JP | å??Nå?? | 1000111110101011101010010011111100111111010011101000111110101011101010010011111100111111 | 8faba93f3f4e8faba93f3f |
UTF-8 | å·½Nå·½ | 11000011101001011100001010110111110000101011110101001110110000111010010111000010101101111100001010111101 | c3a5c2b7c2bd4ec3a5c2b7c2bd |
UHC | ?·½N?·½ | 0011111110100001101001001010100011110110010011100011111110100001101001001010100011110110 | 3fa1a4a8f64e3fa1a4a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)