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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?蒼???^ | 00111111100100011001001100111111001111110011111101011110 | 3f91933f3f3f5e |
EUC-JP | ?蒼???^ | 00111111110000011111001100111111001111110011111101011110 | 3fc1f33f3f3f5e |
UTF-8 | 렱蒼렺롗셸^ | 11101011101000001011000111101000100100101011110011101011101000001011101011101011101000011001011111101100100001011011100001011110 | eba0b1e892bceba0baeba197ec85b85e |
UHC | 렱蒼렺롗셸^ | 1000111010111110111100111110111110001110110000101000111011011011101111001101000001011110 | 8ebef3ef8ec28edbbcd05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)