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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???漿??? | 0011111100111111001111111001111111110111001111110011111100111111 | 3f3f3f9ff73f3f3f |
EUC-JP | ???漿??? | 0011111100111111001111111101111011111001001111110011111100111111 | 3f3f3fdef93f3f3f |
UTF-8 | 뤿쪔얼漿ㅌ렐쥲 | 111010111010010010111111111011001010101010010100111011001001011010111100111001101011110010111111111000111000010110001100111010111010000010010000111011001010010110110010 | eba4bfecaa94ec96bce6bcbfe3858ceba090eca5b2 |
UHC | 뤿쪔얼漿ㅌ렐쥲 | 1000111111101011101001011000111010111110111100111110110111101100101001001011110010110111101111001010001101000010 | 8feba58ebef3edeca4bcb7bca342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)