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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 荻瀨??PBF | 10001001101011001111101101010000001111110011111110000010011011110100001001000110 | 89acfb503f3f826f4246 |
EUC-JP | 荻??彛PBF | 1011001010101110001111110011111110001111101111001111101010100011110100000100001001000110 | b2ae3f3f8fbcfaa3d04246 |
UTF-8 | 荻瀨값彛PBF | 1110100010001101101110111110011110000000101010001110101010110000100100101110010110111101100110111110111110111100101100000100001001000110 | e88dbbe780a8eab092e5bd9befbcb04246 |
UHC | 荻瀨값彛PBF | 111011101110001011010110111011101011000010101010111011001010110110100011110100000100001001000110 | eee2d6eeb0aaecada3d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)