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 | 씸롃렋씸롃렋^ | 11101100100101001011100011101011101000011000001111101011101000001000101111101100100101001011100011101011101000011000001111101011101000001000101101011110 | ec94b8eba183eba08bec94b8eba183eba08b5e |
UHC | 씸롃렋씸롃렋^ | 10111110110000101000111011001010100011101010001010111110110000101000111011001010100011101010001001011110 | bec28eca8ea2bec28eca8ea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)