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 | 岳??諭?? | 1000101001111000001111110011111110010111010000000011111100111111 | 8a783f3f97403f3f |
EUC-JP | 岳??諭?? | 1011001111011001001111110011111111001101101000010011111100111111 | b3d93f3fcda13f3f |
UTF-8 | 岳됱궗諭⑼쭓 | 111001011011001010110011111010111001000010110001111010101011011010010111111010001010101110101101111000101001000110111100111011001010110110010011 | e5b2b3eb90b1eab697e8abade291bcecad93 |
UHC | 岳됱궗諭⑼쭓 | 111001001011111110001001111011001000001010101100111010111011000110101001111011111010011110001011 | e4bf89ec82acebb1a9efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)