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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?邊}?邊{^ | 001111111110011110110010011111010011111111100111101100100111101101011110 | 3fe7b27d3fe7b27b5e |
EUC-JP | ?邊}?邊{^ | 001111111110111010110100011111010011111111101110101101000111101101011110 | 3feeb47d3feeb47b5e |
UTF-8 | 말邊}말邊{^ | 111010111010011110010000111010011000001010001010011111011110101110100111100100001110100110000010100010100111101101011110 | eba790e9828a7deba790e9828a7b5e |
UHC | 말邊}말邊{^ | 1011100010111011110111001010101101111101101110001011101111011100101010110111101101011110 | b8bbdcab7db8bbdcab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)