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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠇竺鴫 | 1111101110100001100011101011000111110000110000001000111010110000 | fba18eb1f0c08eb0 |
EUC-JP | ?竺?鴫 | 001111111011110010110011001111111011110010110010 | 3fbcb33fbcb2 |
UTF-8 | 蠇竺鴫 | 111010001010000010000111111001111010101110111010111011101000000110111111111010011011010010101011 | e8a087e7abbaee81bfe9b4ab |
UHC | ?竺?? | 0011111111110101111001110011111100111111 | 3ff5e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)