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 | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
SJIS-WIN | 奪探蔵G竪 | 100100100100010010010010010101001001000110100000010001111001001001000111 | 9244925491a0479247 |
EUC-JP | 奪探蔵G竪 | 110000111010010111000011101101011100001010100010010001111100001110101000 | c3a5c3b5c2a247c3a8 |
UTF-8 | 奪探蔵G竪 | 11100101101001011010101011100110100011101010001011101000100101001011010101000111111001111010101110101010 | e5a5aae68ea2e894b547e7abaa |
UHC | 奪探?G竪 | 1111011110101100111101111010111000111111010001111110001010110101 | f7acf7ae3f47e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)