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 | ?瀧緋嘴 | 00111111100100011110101110010100111010101001101001111011 | 3f91eb94ea9a7b |
EUC-JP | 醬瀧緋嘴 | 100011111110001011110011110000101110110111001000111011001101001111011100 | 8fe2f3c2edc8ecd3dc |
UTF-8 | 醬瀧緋嘴 | 111010011000011010101100111001111000000010100111111001111011011110001011111001011001100010110100 | e986ace780a7e7b78be598b4 |
UHC | 醬瀧緋嘴 | 1110110111111101110101101110100111011101111111001111011010100100 | edfdd6e9ddfcf6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)