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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮨城ス「譴 | 1110100110111101100011111110100110111101101000101110011010100010 | e9bd8fe9bda2e6a2 |
EUC-JP | 鮨城ス「譴 | 11110010101111111011111011101011100011101011110110001110101000101110110010100100 | f2bfbeeb8ebd8ea2eca4 |
UTF-8 | 鮨城ス「譴 | 111010011010111010101000111001011001111110001110111011111011110110111101111011111011110110100010111010001010110110110100 | e9aea8e59f8eefbdbdefbda2e8adb4 |
UHC | ?城??譴 | 00111111111000001111001000111111001111111100110010111001 | 3fe0f23f3fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)