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 | 渦????キ | 1000100101010001001111110011111100111111001111111000001101001100 | 89513f3f3f3f834c |
EUC-JP | 渦????キ | 1011000110110010001111110011111100111111001111111010010110101101 | b1b23f3f3f3fa5ad |
UTF-8 | 渦기뫀留잒キ | 111001101011100010100110111010101011100010110000111010111010101110000000111011111010011110001101111011001001111010010010111000111000001010101101 | e6b8a6eab8b0ebab80efa78dec9e92e382ad |
UHC | 渦기뫀留잒キ | 111010001011111010110001111000101001000110100100111010111010011110011111111010001010101110101101 | e8beb1e291a4eba79fe8abad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)