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 | 帝?k移 | 10010010111010010011111110000010100010111000100011011010 | 92e93f828b88da |
EUC-JP | 帝?k移 | 11000100111010110011111110100011111010111011000011011100 | c4eb3fa3ebb0dc |
UTF-8 | 帝겼k移 | 111001011011100010011101111010101011001010111100111011111011110110001011111001111010011110111011 | e5b89deab2bcefbd8be7a7bb |
UHC | 帝겼k移 | 1111000010101000101100001110010110100011111010111110110010111001 | f0a8b0e5a3ebecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)