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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟆コ譚楢。 | 1110010110110000101110101110011010011101100100111110100010100001 | e5b0bae69d93e8a1 |
EUC-JP | 蟆コ譚楢。 | 11101010101100101000111010111010111010111111110111000110111010101000111010100001 | eab28ebaebfdc6ea8ea1 |
UTF-8 | 蟆コ譚楢。 | 111010001001111110000110111011111011110110111010111010001010110110011010111001101010010110100010111011111011110110100001 | e89f86efbdbae8ad9ae6a5a2efbda1 |
UHC | ??譚楢? | 00111111001111111101001111001001111010101111100100111111 | 3f3fd3c9eaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)