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 | 吟???蠢 | 10001011111000010011111100111111001111111110010110111111 | 8be13f3f3fe5bf |
EUC-JP | 吟???蠢 | 10110110111000110011111100111111001111111110101011000001 | b6e33f3f3feac1 |
UTF-8 | 吟렞罹렗蠢 | 111001011001000010011111111010111010000010011110111011111010011110100110111010111010000010010111111010001010000010100010 | e5909feba09eefa7a6eba097e8a0a2 |
UHC | 吟렞罹렗蠢 | 11101011111000011000111010101111111011001011101010001110101011001111000111100011 | ebe18eafecba8eacf1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)