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 | 辿炭竪湛 | 1001001001001000100100100101100110010010010001111001001001011000 | 9248925992479258 |
EUC-JP | 辿炭竪湛 | 1100001110101001110000111011101011000011101010001100001110111001 | c3a9c3bac3a8c3b9 |
UTF-8 | 辿炭竪湛 | 111010001011111010111111111001111000001010101101111001111010101110101010111001101011100110011011 | e8bebfe782ade7abaae6b99b |
UHC | ?炭竪湛 | 00111111111101111010100111100010101101011101001111000000 | 3ff7a9e2b5d3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)