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 | 奣夭鮪豺 | 1111101010100011100110101110111010010110100011101110011010110111 | faa39aee968ee6b7 |
EUC-JP | 奣夭鮪豺 | 100011111011100011111100110101001111000011001011111011101110110010111001 | 8fb8fcd4f0cbeeecb9 |
UTF-8 | 奣夭鮪豺 | 111001011010010110100011111001011010010010101101111010011010111010101010111010001011000110111010 | e5a5a3e5a4ade9aeaae8b1ba |
UHC | ?夭?豺 | 001111111110100011101100001111111110001111001111 | 3fe8ec3fe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)