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 | ?慂}?慂{^ | 001111111001110011001000011111010011111110011100110010000111101101011110 | 3f9cc87d3f9cc87b5e |
EUC-JP | ?慂}?慂{^ | 001111111101100011001010011111010011111111011000110010100111101101011110 | 3fd8ca7d3fd8ca7b5e |
UTF-8 | 롎慂}롎慂{^ | 111010111010000110001110111001101000010110000010011111011110101110100001100011101110011010000101100000100111101101011110 | eba18ee685827deba18ee685827b5e |
UHC | 롎慂}롎慂{^ | 1000111011010100111010011011110101111101100011101101010011101001101111010111101101011110 | 8ed4e9bd7d8ed4e9bd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)