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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 醴브옇鱗뷴첎 | 111011111010011010110111111010111011100010001100111011001001100010000111111011111010011110110010111010111011011110110100111011001011001010001110 | efa6b7ebb88cec9887efa7b2ebb7b4ecb28e |
UHC | 醴브옇鱗뷴첎 | 111001111110010010111010111010101011111110111000111011001110011110111010111001011010101010011011 | e7e4baeabfb8ece7bae5aa9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)