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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?幄?鴉 | 001111111001101111101000001111111110100111101011 | 3f9be83fe9eb |
EUC-JP | ?幄?鴉 | 001111111101011011101010001111111111001011101101 | 3fd6ea3ff2ed |
UTF-8 | 결幄뤖鴉 | 111010101011001010110000111001011011100110000100111010111010010010010110111010011011010010001001 | eab2b0e5b984eba496e9b489 |
UHC | 결幄뤖鴉 | 1011000011100001111001001100000110001111110001101110010010111100 | b0e1e4c18fc6e4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)