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 | 第??渦 | 100100011110011000111111001111111000100101010001 | 91e63f3f8951 |
EUC-JP | 第??渦 | 110000101110100000111111001111111011000110110010 | c2e83f3fb1b2 |
UTF-8 | 第롇렗渦 | 111001111010110010101100111010111010000110000111111010111010000010010111111001101011100010100110 | e7acaceba187eba097e6b8a6 |
UHC | 第롇렗渦 | 1111000010101111100011101100110110001110101011001110100010111110 | f0af8ecd8eace8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)