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 | ?S??] | 0011111101010011001111110011111101011101 | 3f533f3f5d |
SJIS-WIN | 棚S辿樽] | 1001001001001001010100111001001001001000100100100100110101011101 | 9249539248924d5d |
EUC-JP | 棚S辿樽] | 1100001110101010010100111100001110101001110000111010111001011101 | c3aa53c3a9c3ae5d |
UTF-8 | 棚S辿樽] | 1110011010100011100110100101001111101000101111101011111111100110101010001011110101011101 | e6a39a53e8bebfe6a8bd5d |
UHC | 棚S?樽] | 11011101110111000101001100111111111100011101110001011101 | dddc533ff1dc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)