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 | コ邵ス霎湿 | 11110001111110111011101011100111101110001011110111101000101111101000111010111100 | f1fbbae7b8bde8be8ebc |
EUC-JP | ?コ邵ス霎湿 | 0011111110001110101110101110111010111010100011101011110111110000110000001011110010111110 | 3f8ebaeeba8ebdf0c0bcbe |
UTF-8 | コ邵ス霎湿 | 111011101000010110110110111011111011110110111010111010011000001010110101111011111011110110111101111010011001110010001110111001101011100110111111 | ee85b6efbdbae982b5efbdbde99c8ee6b9bf |
UHC | ??邵??? | 00111111001111111110000111010000001111110011111100111111 | 3f3fe1d03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)