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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???蔭⑥? | 0011111100111111001111111000100011111100100001110100010100111111 | 3f3f3f88fc87453f |
EUC-JP | ???蔭?? | 00111111001111110011111110110000111111100011111100111111 | 3f3f3fb0fe3f3f |
UTF-8 | 溜깅죧蔭⑥뀥 | 111011111010011110001011111010101011100110000101111011001010001110100111111010001001010010101101111000101001000110100101111010111000000010100101 | efa78beab985eca3a7e894ade291a5eb80a5 |
UHC | 溜깅죧蔭⑥뀥 | 111010101111111010110001111010111010000110000010111010111110001110101000111011001000010110011100 | eafeb1eba182ebe3a8ec859c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)