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 | 秧???? | 111000100101111000111111001111110011111100111111 | e25e3f3f3f3f |
EUC-JP | 秧???? | 111000111011111100111111001111110011111100111111 | e3bf3f3f3f3f |
UTF-8 | 秧덇엽琉갃 | 111001111010011110100111111010111000110110000111111011001001011110111101111011111010011110001100111010101011000010000011 | e7a7a7eb8d87ec97bdefa78ceab083 |
UHC | 秧덇엽琉갃 | 11100100111010111000100011101010101111111011000111101011101001001000000101000010 | e4eb88eabfb1eba48142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)