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 | 展??? | 1001001101010111001111110011111100111111 | 93573f3f3f |
EUC-JP | 展??? | 1100010110111000001111110011111100111111 | c5b83f3f3f |
UTF-8 | 展뀜렰곁 | 111001011011000110010101111010111000000010011100111010111010000010110000111010101011001110000001 | e5b195eb809ceba0b0eab381 |
UHC | 展뀜렰곁 | 1110111011110111101100101111000110001110101111011011000011100111 | eef7b2f18ebdb0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)