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 | 蠎オ遒ゥ貍ア | 111001011011101010110101111001111010001010101001111001101011110010110001 | e5bab5e7a2a9e6bcb1 |
EUC-JP | 蠎オ遒ゥ貍ア | 111010101011110010001110101101011110111010100100100011101010100111101100101111101000111010110001 | eabc8eb5eea48ea9ecbe8eb1 |
UTF-8 | 蠎オ遒ゥ貍ア | 111010001010000010001110111011111011110110110101111010011000000110010010111011111011110110101001111010001011001010001101111011111011110110110001 | e8a08eefbdb5e98192efbda9e8b28defbdb1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)