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 | 釥ヤ鰄ァ | 111110111100000011010100111010011101100010100111 | fbc0d4e9d8a7 |
EUC-JP | 釥ヤ鰄ァ | 100011111110001110101011100011101101010011110010110110101000111010100111 | 8fe3ab8ed4f2da8ea7 |
UTF-8 | 釥ヤ鰄ァ | 111010011000011110100101111011111011111010010100111010011011000010000100111011111011110110100111 | e987a5efbe94e9b084efbda7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)