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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闡ッ貅ス譏賛 | 11101000100100011010111111100110101110101011110111100110100110001000111001011110 | e891afe6babde6988e5e |
EUC-JP | 闡ッ貅ス譏賛 | 111011111111000110001110101011111110110010111100100011101011110111101011111110001011101110111111 | eff18eafecbc8ebdebf8bbbf |
UTF-8 | 闡ッ貅ス譏賛 | 111010011001011110100001111011111011110110101111111010001011001010000101111011111011110110111101111010001010110110001111111010001011001110011011 | e997a1efbdafe8b285efbdbde8ad8fe8b39b |
UHC | 闡???譏? | 1111010011000101001111110011111100111111110100011100000100111111 | f4c53f3f3fd1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)