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 | 驛幢スク郢ァ | 111010011000001110011011111011111011110110111000111001111011100110100111 | e9839befbdb8e7b9a7 |
EUC-JP | 驛幢スク郢ァ | 111100011110001111010110111100011000111010111101100011101011100011101110101110111000111010100111 | f1e3d6f18ebd8eb8eebb8ea7 |
UTF-8 | 驛幢スク郢ァ | 111010011010100110011011111001011011100110100010111011111011110110111101111011111011110110111000111010011000001110100010111011111011110110100111 | e9a99be5b9a2efbdbdefbdb8e983a2efbda7 |
UHC | 驛幢???? | 1110011010111110110100111101001100111111001111110011111100111111 | e6bed3d33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)