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 | 遶滂スー譏ョ | 111001111010101110011111111011111011110110110000111001101001100010101110 | e7ab9fefbdb0e698ae |
EUC-JP | 遶滂スー譏ョ | 111011101010110111011110111100011000111010111101100011101011000011101011111110001000111010101110 | eeaddef18ebd8eb0ebf88eae |
UTF-8 | 遶滂スー譏ョ | 111010011000000110110110111001101011101110000010111011111011110110111101111011111011110110110000111010001010110110001111111011111011110110101110 | e981b6e6bb82efbdbdefbdb0e8ad8fefbdae |
UHC | ?滂??譏? | 0011111111011011101101010011111100111111110100011100000100111111 | 3fdbb53f3fd1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)