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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 料쒏뒔料쒒쨰^ | 11101111101001101011111011101100100100101000111111101011100100101001010011101111101001101011111011101100100100101001001011101100101010001011000001011110 | efa6beec928feb9294efa6beec9292eca8b05e |
UHC | 料쒏뒔料쒒쨰^ | 11101000111101111001110011100110100010101001000111101000111101111001110011101001101001001000101001011110 | e8f79ce68a91e8f79ce9a48a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)