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 | テヲテ環鼻 | 11000011101001101100001110001010110000101001010101000000 | c3a6c38ac29540 |
EUC-JP | テヲテ環鼻 | 10001110110000111000111010100110100011101100001110110100110001001100100110100001 | 8ec38ea68ec3b4c4c9a1 |
UTF-8 | テヲテ環鼻 | 111011111011111010000011111011111011110110100110111011111011111010000011111001111001001010110000111010011011110010111011 | efbe83efbda6efbe83e792b0e9bcbb |
UHC | ???環鼻 | 00111111001111110011111111111100101110111101111010101100 | 3f3f3ffcbbdeac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)