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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訂葛?證 | 10010010111110011000101010001011001111111110011010011010 | 92f98a8b3fe69a |
EUC-JP | 訂葛?證 | 11000100111110111011001111101011001111111110101111111010 | c4fbb3eb3febfa |
UTF-8 | 訂葛갹證 | 111010001010100010000010111010001001000110011011111010101011000010111001111010001010110110001001 | e8a882e8919beab0b9e8ad89 |
UHC | 訂葛갹證 | 1110111111110100110010101110011110110000101111011111000111111011 | eff4cae7b0bdf1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)