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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淡巽贈竪湛 | 10010010010101111001001001000110100100011010000110010010010001111001001001011000 | 9257924691a192479258 |
EUC-JP | 淡巽贈竪湛 | 11000011101110001100001110100111110000101010001111000011101010001100001110111001 | c3b8c3a7c2a3c3a8c3b9 |
UTF-8 | 淡巽贈竪湛 | 111001101011011110100001111001011011011110111101111010001011010010001000111001111010101110101010111001101011100110011011 | e6b7a1e5b7bde8b488e7abaae6b99b |
UHC | 淡巽贈竪湛 | 11010011101111111110000111011110111100011111110011100010101101011101001111000000 | d3bfe1def1fce2b5d3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)