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 | Û¿ûÑ£ì | 110110111011111111111011110100011010001111101100 | dbbffbd1a3ec |
SJIS-WIN | ????£? | 00111111001111110011111100111111100000011001001000111111 | 3f3f3f3f81923f |
EUC-JP | Û¿ûÑ£ì | 1000111110101010111001011000111110100010110001001000111110101011111001011000111110101010110100001010000111110010100011111010101111000000 | 8faae58fa2c48fabe58faad0a1f28fabc0 |
UTF-8 | Û¿ûÑ£ì | 110000111001101111000010101111111100001110111011110000111001000111000010101000111100001110101100 | c39bc2bfc3bbc391c2a3c3ac |
UHC | ?¿???? | 00111111101000101010111100111111001111110011111100111111 | 3fa2af3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)