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 | 訂葛?遵? | 1001001011111001100010101000101100111111100011111000010100111111 | 92f98a8b3f8f853f |
EUC-JP | 訂葛?遵? | 1100010011111011101100111110101100111111101111011110010100111111 | c4fbb3eb3fbde53f |
UTF-8 | 訂葛갹遵렗 | 111010001010100010000010111010001001000110011011111010101011000010111001111010011000000110110101111010111010000010010111 | e8a882e8919beab0b9e981b5eba097 |
UHC | 訂葛갹遵렗 | 11101111111101001100101011100111101100001011110111110001111001011000111010101100 | eff4cae7b0bdf1e58eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)