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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訂葛?遵?町 | 10010010111110011000101010001011001111111000111110000101001111111001001010101100 | 92f98a8b3f8f853f92ac |
EUC-JP | 訂葛?遵?町 | 11000100111110111011001111101011001111111011110111100101001111111100010010101110 | c4fbb3eb3fbde53fc4ae |
UTF-8 | 訂葛갹遵렗町 | 111010001010100010000010111010001001000110011011111010101011000010111001111010011000000110110101111010111010000010010111111001111001010010111010 | e8a882e8919beab0b9e981b5eba097e794ba |
UHC | 訂葛갹遵렗町 | 111011111111010011001010111001111011000010111101111100011110010110001110101011001110111111101011 | eff4cae7b0bdf1e58eacefeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)