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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 俄?[}俄?[{^ | 1000100111100010001111110101101101111101100010011110001000111111010110110111101101011110 | 89e23f5b7d89e23f5b7b5e |
EUC-JP | 俄?[}俄?[{^ | 1011001011100100001111110101101101111101101100101110010000111111010110110111101101011110 | b2e43f5b7db2e43f5b7b5e |
UTF-8 | 俄쌨[}俄쌨[{^ | 1110010010111111100001001110110010001100101010000101101101111101111001001011111110000100111011001000110010101000010110110111101101011110 | e4bf84ec8ca85b7de4bf84ec8ca85b7b5e |
UHC | 俄쌨[}俄쌨[{^ | 11100100101011011011110111011110010110110111110111100100101011011011110111011110010110110111101101011110 | e4adbdde5b7de4adbdde5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)