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 | 巽袖速誰 | 1001001001000110100100011011001110010001101011001001001001001110 | 924691b391ac924e |
EUC-JP | 巽袖速誰 | 1100001110100111110000101011010111000010101011101100001110101111 | c3a7c2b5c2aec3af |
UTF-8 | 巽袖速誰 | 111001011011011110111101111010001010001010010110111010011000000010011111111010001010101010110000 | e5b7bde8a296e9809fe8aab0 |
UHC | 巽袖速誰 | 1110000111011110111000101100000011100001110111001110001011000001 | e1dee2c0e1dce2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)