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 | 螂ェ譚醍蜩 | 111001011010010110101010111001101001110110010001111001111110010110010011 | e5a5aae69d91e7e593 |
EUC-JP | 螂ェ譚醍蜩 | 11101010101001111000111010101010111010111111110111000010111010011110100111110011 | eaa78eaaebfdc2e9e9f3 |
UTF-8 | 螂ェ譚醍蜩 | 111010001001111010000010111011111011110110101010111010001010110110011010111010011000011010001101111010001001110010101001 | e89e82efbdaae8ad9ae9868de89ca9 |
UHC | 螂?譚醍? | 1101010111001100001111111101001111001001111100001011010100111111 | d5cc3fd3c9f0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)