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 | Û¥üãíÍ | 110110111010010111111100111000111110110111001101 | dba5fce3edcd |
SJIS-WIN | ?¥???? | 00111111100000011000111100111111001111110011111100111111 | 3f818f3f3f3f3f |
EUC-JP | Û?üãíÍ | 10001111101010101110010100111111100011111010101111100100100011111010101110101010100011111010101110111111100011111010101010111111 | 8faae53f8fabe48fabaa8fabbf8faabf |
UTF-8 | Û¥üãíÍ | 110000111001101111000010101001011100001110111100110000111010001111000011101011011100001110001101 | c39bc2a5c3bcc3a3c3adc38d |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)