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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???昻??\ | 0011111100111111001111111111101011010000001111110011111101011100 | 3f3f3ffad03f3f5c |
EUC-JP | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
UTF-8 | 蓮억쉥昻믭풃\ | 11101111101001101001100111101100100101101011010111101100100010011010010111100110100110001011101111101011101011111010110111101101100100101000001101011100 | efa699ec96b5ec89a5e698bbebafaded92835c |
UHC | 蓮억쉥昻믭풃\ | 11100110111001011011111011101111101111011010101111100100111010011001001011101111101111101000101101011100 | e6e5beefbdabe4e992efbe8b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)